Author: blogic
Date: 2015-12-23 15:44:18 +0100 (Wed, 23 Dec 2015)
New Revision: 47978

Modified:
   trunk/tools/e2fsprogs/Makefile
Log:
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 <[email protected]>

Modified: trunk/tools/e2fsprogs/Makefile
===================================================================
--- trunk/tools/e2fsprogs/Makefile      2015-12-23 14:44:12 UTC (rev 47977)
+++ trunk/tools/e2fsprogs/Makefile      2015-12-23 14:44:18 UTC (rev 47978)
@@ -22,10 +22,7 @@
 HOST_CFLAGS += $(FPIC)
 
 HOST_CONFIGURE_ARGS += \
-       --disable-shared \
        --disable-elf-shlibs \
-       --enable-static \
-       --enable-dynamic-e2fsck \
        --disable-tls \
        --disable-nls
 
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to