summaryrefslogtreecommitdiffstats
path: root/sys-apps/util-linux/files/util-linux-2.13-no-nls.patch
blob: f17debee385feaa43c8f7c89660d2452d1f9b589 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- include/nls.h
+++ include/nls.h
@@ -17,6 +17,8 @@
 # define bindtextdomain(Domain, Directory) /* empty */
 # undef textdomain
 # define textdomain(Domain) /* empty */
+# undef setlocale
+# define setlocale(category, locale) /* empty */
 # define _(Text) (Text)
 # define N_(Text) (Text)
 #endif