From 245fe6a76cc0db9cd2f800ecf63b45dd72fcf7ab Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Fri, 24 Aug 2012 10:01:01 +0000 Subject: 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 --- package/util-linux/Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'package/util-linux/Makefile') diff --git a/package/util-linux/Makefile b/package/util-linux/Makefile index a6ff739efa5..3a644637145 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 \ -- cgit v1.2.3