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
commit245fe6a76cc0db9cd2f800ecf63b45dd72fcf7ab (patch)
tree5a63839a0bf87615e8625cd9afdd9807fd2921e0 /package/util-linux/Makefile
parentfc1d7255ee4bf3ffedc5a46bdc4bb945ad8c0b87 (diff)
downloadupstream-245fe6a76cc0db9cd2f800ecf63b45dd72fcf7ab.tar.gz
upstream-245fe6a76cc0db9cd2f800ecf63b45dd72fcf7ab.tar.bz2
upstream-245fe6a76cc0db9cd2f800ecf63b45dd72fcf7ab.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 SVN-Revision: 33270
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 \