aboutsummaryrefslogtreecommitdiffstats
path: root/package/util-linux/Makefile
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-08-24 10:01:01 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-08-24 10:01:01 +0000
commit399310cf81051c51fb2a0a2d006689db869d9904 (patch)
tree83e675ee2aa45163ba3cc13695ba3037834469d5 /package/util-linux/Makefile
parent18d2f39bf21bd575b59c10cd2fac70d74bd991f6 (diff)
downloadmaster-187ad058-399310cf81051c51fb2a0a2d006689db869d9904.tar.gz
master-187ad058-399310cf81051c51fb2a0a2d006689db869d9904.tar.bz2
master-187ad058-399310cf81051c51fb2a0a2d006689db869d9904.zip
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 a6ff739efa..3a64463714 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 \