diff options
author | John Crispin <blogic@openwrt.org> | 2015-12-23 14:44:18 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-12-23 14:44:18 +0000 |
commit | 4199c658447483fdcac20e460f45b4b681aa5ae8 (patch) | |
tree | 9eae7d737d54df64177c2c309c4a4d81c5fc6a04 | |
parent | 1c2fcc92db753c49c618fbca4f0cb8b37ad5c2ec (diff) | |
download | master-187ad058-4199c658447483fdcac20e460f45b4b681aa5ae8.tar.gz master-187ad058-4199c658447483fdcac20e460f45b4b681aa5ae8.tar.bz2 master-187ad058-4199c658447483fdcac20e460f45b4b681aa5ae8.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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47978 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 |