[OpenWrt-Devel] [PATCH] tools/e2fsprogs: remove outdated configure args
Dirk Neukirchen
dirkneukirchen at web.de
Mon Dec 21 06:59:01 EST 2015
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 at web.de>
---
tools/e2fsprogs/Makefile | 3 ---
1 file changed, 3 deletions(-)
diff --git a/tools/e2fsprogs/Makefile b/tools/e2fsprogs/Makefile
index 0ecd952..e102759 100644
--- a/tools/e2fsprogs/Makefile
+++ b/tools/e2fsprogs/Makefile
@@ -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
--
2.6.4
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list