summaryrefslogtreecommitdiff
path: root/package/gettext
diff options
context:
space:
mode:
authorDavid Anders <dave123@abcsinc.com>2006-05-24 14:57:27 +0000
committerDavid Anders <dave123@abcsinc.com>2006-05-24 14:57:27 +0000
commit805a6379eca70f33a1e1ee0560dc9bf01ce59b9e (patch)
tree831c0b7ea8cbb93bd9ea6b66a5fc2af31d0f88af /package/gettext
parent4c67c2a6f5d4ccfaf7f3a0ca41dba9e30c7e046e (diff)
added patch to fix progname per case 0000879
Diffstat (limited to 'package/gettext')
-rw-r--r--package/gettext/gettext.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/gettext/gettext.mk b/package/gettext/gettext.mk
index 3de5e3026..46749d497 100644
--- a/package/gettext/gettext.mk
+++ b/package/gettext/gettext.mk
@@ -17,6 +17,7 @@ gettext-source: $(DL_DIR)/$(GETTEXT_SOURCE)
$(GETTEXT_DIR)/.unpacked: $(DL_DIR)/$(GETTEXT_SOURCE)
$(GETTEXT_CAT) $(DL_DIR)/$(GETTEXT_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
+ toolchain/patch-kernel.sh $(GETTEXT_DIR) package/gettext/ gettext\*.patch
touch $(GETTEXT_DIR)/.unpacked
$(GETTEXT_DIR)/.configured: $(GETTEXT_DIR)/.unpacked