From 6378cac4e633600d1e2d6cdcd729049fda090fb3 Mon Sep 17 00:00:00 2001 From: Yegor Yefremov Date: Fri, 22 Jul 2011 16:53:12 +0200 Subject: util-linux: convert to autotarget and bump to 2.19.1 [Peter: fix deps, restructure, add unshare] Signed-off-by: Chih-Min Chao Signed-off-by: Yegor Yefremov Signed-off-by: Peter Korsgaard --- package/util-linux/util-linux-no-nls-fix.patch | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 package/util-linux/util-linux-no-nls-fix.patch (limited to 'package/util-linux/util-linux-no-nls-fix.patch') diff --git a/package/util-linux/util-linux-no-nls-fix.patch b/package/util-linux/util-linux-no-nls-fix.patch deleted file mode 100644 index c02009f08..000000000 --- a/package/util-linux/util-linux-no-nls-fix.patch +++ /dev/null @@ -1,25 +0,0 @@ -[PATCH]: fix util-linux build without NLS support - -util-linux partly supports builds without NLS support, but it forgets to -provide a dummy setlocale() macro. - -Signed-off-by: Peter Korsgaard ---- - include/nls.h | 4 ++++ - 1 file changed, 4 insertions(+) - -Index: util-linux-2.13-pre7/include/nls.h -=================================================================== ---- util-linux-2.13-pre7.orig/include/nls.h -+++ util-linux-2.13-pre7/include/nls.h -@@ -19,6 +19,10 @@ - # define textdomain(Domain) /* empty */ - # define _(Text) (Text) - # define N_(Text) (Text) -+# undef LC_ALL -+# define LC_ALL 0 -+# undef setlocale -+# define setlocale(category, locale) - #endif - - -- cgit v1.2.3-55-g7522