From 47589bfbe8d95e9af7a04ebc70f84b3c700135e5 Mon Sep 17 00:00:00 2001
From: John Crispin <john@openwrt.org>
Date: Wed, 23 Dec 2015 14:44:12 +0000
Subject: [PATCH] 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
---
 package/utils/util-linux/Makefile | 1 -
 1 file changed, 1 deletion(-)

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	\
-- 
GitLab