diff options
author | John Crispin <john@openwrt.org> | 2015-12-23 14:44:12 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-12-23 14:44:12 +0000 |
commit | 47589bfbe8d95e9af7a04ebc70f84b3c700135e5 (patch) | |
tree | a3a1dc44f866c3a899fa89d071c29c39c851ec79 /package | |
parent | fde2ac3537fb3867698d4b161944bba4e51c4ed1 (diff) | |
download | upstream-47589bfbe8d95e9af7a04ebc70f84b3c700135e5.tar.gz upstream-47589bfbe8d95e9af7a04ebc70f84b3c700135e5.tar.bz2 upstream-47589bfbe8d95e9af7a04ebc70f84b3c700135e5.zip |
util-linux: remove outdated configure options
removed upstream in commit:
- convert mount/ to module, rename to mount-deprecated/
- build-sys: remove deprecated-mount/
fixes log warning:
compile.txt:configure: WARNING: unrecognized options: --enable-new-mount
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
SVN-Revision: 47977
Diffstat (limited to 'package')
-rw-r--r-- | package/utils/util-linux/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/utils/util-linux/Makefile b/package/utils/util-linux/Makefile index f037e6a6b5..eddbc2b77a 100644 --- a/package/utils/util-linux/Makefile +++ b/package/utils/util-linux/Makefile @@ -37,7 +37,6 @@ endef CONFIGURE_ARGS += \ --disable-rpath \ - --enable-new-mount \ --disable-tls \ --disable-sulogin \ --without-python \ |