From 399310cf81051c51fb2a0a2d006689db869d9904 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33270 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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 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 \ -- cgit v1.2.3