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
This commit is contained in:
Gabor Juhos
2012-08-24 10:01:01 +00:00
parent fc1d7255ee
commit 245fe6a76c
2 changed files with 108 additions and 3 deletions

View File

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