tools/e2fsprogs: remove outdated configure args
removed upstream in 1.40.5: Don't build e2fsck statically by default anymore 7e8fe327b51051adcbb0d44169b1a933173ce1ff fixes: configure: WARNING: unrecognized options: --disable-shared, --enable-static, --enable-dynamic-e2fsck Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de> SVN-Revision: 47978
This commit is contained in:
parent
47589bfbe8
commit
2baf90a84e
|
@ -22,10 +22,7 @@ include $(INCLUDE_DIR)/host-build.mk
|
|||
HOST_CFLAGS += $(FPIC)
|
||||
|
||||
HOST_CONFIGURE_ARGS += \
|
||||
--disable-shared \
|
||||
--disable-elf-shlibs \
|
||||
--enable-static \
|
||||
--enable-dynamic-e2fsck \
|
||||
--disable-tls \
|
||||
--disable-nls
|
||||
|
||||
|
|
Loading…
Reference in New Issue