modules: Remove unrecognized configure options

Signed-off-by: Thierry Laurion <insurgo@riseup.net>
Signed-off-by: Manuel Mendez <github@i.m.mmlb.dev>
Signed-off-by: Thierry Laurion <insurgo@riseup.net>
This commit is contained in:
Thierry Laurion 2024-01-24 12:01:01 -05:00
parent a4ba76fd90
commit 67e5973b5d
No known key found for this signature in database
GPG Key ID: 9A53E1BB3FF00461
3 changed files with 0 additions and 4 deletions

View File

@ -32,7 +32,6 @@ gpg2_configure := \
--disable-nls \
--disable-ntbtls \
--disable-photo-viewers \
--disable-regex \
--disable-rpath \
--disable-sqlite \
--disable-tofu \
@ -44,7 +43,6 @@ gpg2_configure := \
--with-ksba-prefix="$(INSTALL)" \
--with-libassuan-prefix="$(INSTALL)" \
--with-libgcrypt-prefix="$(INSTALL)" \
--with-libusb="$(INSTALL)" \
--with-npth-prefix="$(INSTALL)" \
# Run one build to generate the executables with the pre-defined

View File

@ -15,7 +15,6 @@ libusb_configure := \
$(CROSS_TOOLS) \
--host $(MUSL_ARCH)-elf-linux \
--prefix "/" \
--disable-tests \
--disable-udev \
# Run one build to generate the executables with the pre-defined

View File

@ -11,7 +11,6 @@ npth_configure := ./configure \
--host $(MUSL_ARCH)-linux-musl \
--prefix "/" \
--disable-static \
--with-gpg-error-prefix="$(INSTALL)" \
npth_target := $(MAKE_JOBS) \
DESTDIR="$(INSTALL)" \