From 8d9f4a605f6c84b9b48959b571c7c835cd12d80a Mon Sep 17 00:00:00 2001 From: glenlow Date: Wed, 21 May 2008 03:21:07 +0000 Subject: [PATCH] binary prebuild fix: _nl_msg_cat_cntr in libintl uninitialized --- windows/prebuild/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/windows/prebuild/Makefile b/windows/prebuild/Makefile index 58839f1b5..d7796e8f4 100755 --- a/windows/prebuild/Makefile +++ b/windows/prebuild/Makefile @@ -202,6 +202,7 @@ $(GLIB_DIR).tar.gz: # gettext # # actually tries to run code linked to iconv.dll, so we need to copy it over first +# patch to correct uninitialized _nl_msg_cat_cntr $(LOCAL_LIB)/$(INTL): $(GETTEXT_DIR)/gettext-runtime/intl/$(INTL) @echo @@ -226,7 +227,7 @@ $(GETTEXT_DIR)/configure: | $(GETTEXT_DIR).tar.gz @echo @echo UNTARRING GETTEXT... @echo - $(TAR) xzf $| + $(TAR) xzf $| && patch -p0