From 39d5a1ae5755183cf03b24c618c7fd75bdf768c2 Mon Sep 17 00:00:00 2001 From: Craig Small Date: Fri, 27 Jan 2006 11:05:37 +0000 Subject: [PATCH] small makefile patch for locale probs on signames.h --- ChangeLog | 2 ++ src/Makefile.am | 1 + 2 files changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index e5423fe..0f871ce 100644 --- 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 diff --git a/src/Makefile.am b/src/Makefile.am index ddccec9..b95ee1f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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' | \ -- 2.40.0