]> granicus.if.org Git - psmisc/commitdiff
small makefile patch for locale probs on signames.h
authorCraig Small <csmall@users.sourceforge.net>
Fri, 27 Jan 2006 11:05:37 +0000 (11:05 +0000)
committerCraig Small <csmall@users.sourceforge.net>
Fri, 27 Jan 2006 11:05:37 +0000 (11:05 +0000)
ChangeLog
src/Makefile.am

index e5423fe602cd750a3da3dd43ac1248c710984e65..0f871ce8eaffd2ceaffdb5725080589509ffc1b6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,8 @@ Changes in
        * Unix sockets work on all hosts now, including ones that don't have
        network device set to 0.
        * TCP/UDP6 sockets are found a bit better.
+       * Makefile changed so signames builds in all locales. Thanks to Mike
+         Frysinger for the patch.
 
 
 2006-01-23 Craig Small
index ddccec93b8b69be175fb69542728c3bb79d5fe81..b95ee1fb76788e76d49131dbb5006ac1ab066384 100644 (file)
@@ -22,6 +22,7 @@ EXTRA_DIST = signames.c
 CLEANFILES = signames.h
 
 signames.h: signames.c Makefile
+               export LC_ALL=C ; \
                @CPP@ -dM $< |\
                tr -s '\t ' ' ' | sort -n -k 3 | sed \
        's:#define SIG\([A-Z]\+[0-9]*\) \([0-9]\+\) *\(\|/\*.*\)$$:{\ \2,"\1" },:p;d' | \