+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.
/* 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
# 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;