svn commit: trunk/buildroot/package/gettext

prpplague at uclibc.org prpplague at uclibc.org
Wed May 24 14:57:29 UTC 2006


Author: prpplague
Date: 2006-05-24 07:57:27 -0700 (Wed, 24 May 2006)
New Revision: 15161

Log:
added patch to fix progname per case 0000879

Modified:
   trunk/buildroot/package/gettext/gettext.mk


Changeset:
Modified: trunk/buildroot/package/gettext/gettext.mk
===================================================================
--- trunk/buildroot/package/gettext/gettext.mk	2006-05-24 14:41:30 UTC (rev 15160)
+++ trunk/buildroot/package/gettext/gettext.mk	2006-05-24 14:57:27 UTC (rev 15161)
@@ -17,6 +17,7 @@
 
 $(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




More information about the uClibc-cvs mailing list