diff options
author | John Crispin <john@openwrt.org> | 2015-12-23 14:44:18 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-12-23 14:44:18 +0000 |
commit | 2baf90a84ef80562d5e6ed16ea2bfbe939819cd6 (patch) | |
tree | 8a722deba946af60175c9ad0cdfa7610424eb7cb /tools/e2fsprogs | |
parent | 47589bfbe8d95e9af7a04ebc70f84b3c700135e5 (diff) | |
download | master-31e0f0ae-2baf90a84ef80562d5e6ed16ea2bfbe939819cd6.tar.gz master-31e0f0ae-2baf90a84ef80562d5e6ed16ea2bfbe939819cd6.tar.bz2 master-31e0f0ae-2baf90a84ef80562d5e6ed16ea2bfbe939819cd6.zip |
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
Diffstat (limited to 'tools/e2fsprogs')
-rw-r--r-- | tools/e2fsprogs/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/e2fsprogs/Makefile b/tools/e2fsprogs/Makefile index 0ecd9521f4..e102759925 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 |