From: Ben Myers <bpm@sgi.com>
To: xfs@oss.sgi.com
Cc: Phil White <pwhite@sgi.com>
Subject: [patch 1/1] xfsdump: enable gettext
Date: Wed, 31 Oct 2012 17:15:14 -0500 [thread overview]
Message-ID: <20121031221537.911583684@sgi.com> (raw)
In-Reply-To: 20121031221513.348916389@sgi.com
[-- Attachment #1: xfsdump-enable-gettext --]
[-- Type: text/plain, Size: 894 bytes --]
ENABLE_GETTEXT was not being defined when --enable-gettext
was specified as a config option, neither the German or
Polish translations were working. Add this define to
builddefs.in
See commit e84ec15d in xfsprogs.
Signed-off-by: Ben Myers <bpm@sgi.com>
Index: xfsdump/include/builddefs.in
===================================================================
--- xfsdump.orig/include/builddefs.in
+++ xfsdump/include/builddefs.in
@@ -95,6 +95,10 @@ GCFLAGS = $(OPTIMIZER) $(DEBUG) \
-DVERSION=\"$(PKG_VERSION)\" -DLOCALEDIR=\"$(PKG_LOCALE_DIR)\" \
-DPACKAGE=\"$(PKG_NAME)\" -I$(TOPDIR)/include
+ifeq ($(ENABLE_GETTEXT),yes)
+GCFLAGS += -DENABLE_GETTEXT
+endif
+
# First, Global, Platform, Local CFLAGS
CFLAGS += $(FCFLAGS) $(GCFLAGS) $(PCFLAGS) $(LCFLAGS)
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
next prev parent reply other threads:[~2012-10-31 22:13 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-31 22:15 [patch 0/1] xfsdump: enable gettext Ben Myers
2012-10-31 22:15 ` Ben Myers [this message]
2012-10-31 22:22 ` [patch 1/1] " Phil White
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20121031221537.911583684@sgi.com \
--to=bpm@sgi.com \
--cc=pwhite@sgi.com \
--cc=xfs@oss.sgi.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox