]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Update from gnulib.
authorBruno Haible <bruno@clisp.org>
Sun, 29 Aug 2010 21:21:41 +0000 (23:21 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 30 Aug 2010 20:58:35 +0000 (22:58 +0200)
gettext-runtime/intl/ChangeLog
gettext-runtime/intl/relocatable.c

index 8f4e4555ad98ac468e21d54ab297173c1598719d..8a8a5b60e198c9fbe8ac5c45128b65d2e6d65b66 100644 (file)
@@ -1,3 +1,8 @@
+2010-06-09  Bruno Haible  <bruno@clisp.org>
+
+       Avoid relocwrapper link errors due to gnulib replacement functions.
+       * lib/relocatable.c: Use the system's malloc function.
+
 2010-06-04  Bruno Haible  <bruno@clisp.org>
 
        * gettext-0.18.1 released.
index f1bed781b3d93e05e29dde0f453879d27d3d1bdb..f0ac6d1058bc5fd852ac0f8265dd617228a5013b 100644 (file)
@@ -1,5 +1,5 @@
 /* Provide relocatable packages.
-   Copyright (C) 2003-2006, 2008-2009 Free Software Foundation, Inc.
+   Copyright (C) 2003-2006, 2008-2010 Free Software Foundation, Inc.
    Written by Bruno Haible <bruno@clisp.org>, 2003.
 
    This program is free software; you can redistribute it and/or modify it
@@ -86,6 +86,9 @@
 # define FILE_SYSTEM_PREFIX_LEN(P) 0
 #endif
 
+/* Use the system functions, not the gnulib overrides in this file.  */
+#undef malloc
+
 /* Original installation prefix.  */
 static char *orig_prefix;
 static size_t orig_prefix_len;