From 67e5973b5db5e0e54480368665c3253d6d42db95 Mon Sep 17 00:00:00 2001 From: Thierry Laurion Date: Wed, 24 Jan 2024 12:01:01 -0500 Subject: [PATCH] modules: Remove unrecognized configure options Signed-off-by: Thierry Laurion Signed-off-by: Manuel Mendez Signed-off-by: Thierry Laurion --- modules/gpg2 | 2 -- modules/libusb | 1 - modules/npth | 1 - 3 files changed, 4 deletions(-) diff --git a/modules/gpg2 b/modules/gpg2 index 6190ec5c..b121febc 100644 --- a/modules/gpg2 +++ b/modules/gpg2 @@ -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 diff --git a/modules/libusb b/modules/libusb index 2e9569f4..56dfc044 100644 --- a/modules/libusb +++ b/modules/libusb @@ -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 diff --git a/modules/npth b/modules/npth index b6bdb79d..1bbec1c0 100644 --- a/modules/npth +++ b/modules/npth @@ -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)" \