summaryrefslogtreecommitdiffstats
path: root/package/util-linux/Makefile
diff options
context:
space:
mode:
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-08-24 10:01:01 +0000
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-08-24 10:01:01 +0000
commit5051fb73783341d1a3a61080ed4cb0082dd09a04 (patch)
tree83e675ee2aa45163ba3cc13695ba3037834469d5 /package/util-linux/Makefile
parent0e9f6a8fa3c73985d9dac4ad2736834728c09fd4 (diff)
package/util-linux: don't lie about availability of '%ms' scanf modifier
Use a patch from gentoo which allows building libmount even if the C library does not supports %ms/%as. See: https://bugs.gentoo.org/406303 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33270 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/util-linux/Makefile')
-rw-r--r--package/util-linux/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/package/util-linux/Makefile b/package/util-linux/Makefile
index a6ff739ef..3a6446371 100644
--- a/package/util-linux/Makefile
+++ b/package/util-linux/Makefile
@@ -27,9 +27,6 @@ define Package/util-linux/Default
URL:=http://www.kernel.org/pub/linux/utils/util-linux/
endef
-CONFIGURE_VARS += \
- scanf_cv_alloc_modifier="ms"
-
CONFIGURE_ARGS += \
--enable-new-mount \
--with-ncurses \