mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-18 20:47:55 +00:00
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:
parent
a4ba76fd90
commit
67e5973b5d
@ -32,7 +32,6 @@ gpg2_configure := \
|
|||||||
--disable-nls \
|
--disable-nls \
|
||||||
--disable-ntbtls \
|
--disable-ntbtls \
|
||||||
--disable-photo-viewers \
|
--disable-photo-viewers \
|
||||||
--disable-regex \
|
|
||||||
--disable-rpath \
|
--disable-rpath \
|
||||||
--disable-sqlite \
|
--disable-sqlite \
|
||||||
--disable-tofu \
|
--disable-tofu \
|
||||||
@ -44,7 +43,6 @@ gpg2_configure := \
|
|||||||
--with-ksba-prefix="$(INSTALL)" \
|
--with-ksba-prefix="$(INSTALL)" \
|
||||||
--with-libassuan-prefix="$(INSTALL)" \
|
--with-libassuan-prefix="$(INSTALL)" \
|
||||||
--with-libgcrypt-prefix="$(INSTALL)" \
|
--with-libgcrypt-prefix="$(INSTALL)" \
|
||||||
--with-libusb="$(INSTALL)" \
|
|
||||||
--with-npth-prefix="$(INSTALL)" \
|
--with-npth-prefix="$(INSTALL)" \
|
||||||
|
|
||||||
# Run one build to generate the executables with the pre-defined
|
# Run one build to generate the executables with the pre-defined
|
||||||
|
@ -15,7 +15,6 @@ libusb_configure := \
|
|||||||
$(CROSS_TOOLS) \
|
$(CROSS_TOOLS) \
|
||||||
--host $(MUSL_ARCH)-elf-linux \
|
--host $(MUSL_ARCH)-elf-linux \
|
||||||
--prefix "/" \
|
--prefix "/" \
|
||||||
--disable-tests \
|
|
||||||
--disable-udev \
|
--disable-udev \
|
||||||
|
|
||||||
# Run one build to generate the executables with the pre-defined
|
# Run one build to generate the executables with the pre-defined
|
||||||
|
@ -11,7 +11,6 @@ npth_configure := ./configure \
|
|||||||
--host $(MUSL_ARCH)-linux-musl \
|
--host $(MUSL_ARCH)-linux-musl \
|
||||||
--prefix "/" \
|
--prefix "/" \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--with-gpg-error-prefix="$(INSTALL)" \
|
|
||||||
|
|
||||||
npth_target := $(MAKE_JOBS) \
|
npth_target := $(MAKE_JOBS) \
|
||||||
DESTDIR="$(INSTALL)" \
|
DESTDIR="$(INSTALL)" \
|
||||||
|
Loading…
Reference in New Issue
Block a user