From 0abd3a3370222793ab4e67f2a75c983841857c99 Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Tue, 30 May 2023 08:07:25 +0200 Subject: [PATCH] Drop mingw-readline dep --- mingw-pcre2.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/mingw-pcre2.spec b/mingw-pcre2.spec index 67f4384..9e91d34 100644 --- a/mingw-pcre2.spec +++ b/mingw-pcre2.spec @@ -28,12 +28,10 @@ BuildRequires: automake autoconf libtool BuildRequires: mingw32-filesystem >= 95 BuildRequires: mingw32-gcc BuildRequires: mingw32-binutils -BuildRequires: mingw32-readline BuildRequires: mingw64-filesystem >= 95 BuildRequires: mingw64-gcc BuildRequires: mingw64-binutils -BuildRequires: mingw64-readline %description @@ -102,7 +100,6 @@ autoreconf -vif --disable-pcre2grep-libbz2 \ --disable-pcre2grep-libz \ --disable-pcre2test-libedit \ - --enable-pcre2test-libreadline \ --disable-rebuild-chartables \ --enable-shared \ --enable-stack-for-recursion \