From: Bruno Haible Date: Sun, 2 Apr 2017 19:53:54 +0000 (+0200) Subject: relocatable-lib-lgpl: Fix link error (regression from 2011-06-16). X-Git-Tag: v1.0~6299 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=06d9e7302a736d7fa3db9cf1eb9850b60aee612f;p=gnulib.git relocatable-lib-lgpl: Fix link error (regression from 2011-06-16). * modules/relocatable-lib-lgpl (configure.ac): Add AC_LIBOBJ invocation, like it was done in modules/relocatable-lib on 2011-05-21 and in modules/relocatable-prog on 2011-08-15. Reported by Reuben Thomas . --- diff --git a/ChangeLog b/ChangeLog index 2e011615e4..c07b2bc096 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2017-04-02 Bruno Haible + + relocatable-lib-lgpl: Fix link error (regression from 2011-06-16). + * modules/relocatable-lib-lgpl (configure.ac): Add AC_LIBOBJ invocation, + like it was done in modules/relocatable-lib on 2011-05-21 and in + modules/relocatable-prog on 2011-08-15. + Reported by Reuben Thomas . + 2017-03-31 Bruno Haible glob: Fix invalid free() call. diff --git a/modules/relocatable-lib-lgpl b/modules/relocatable-lib-lgpl index 26abd408cc..11b14000ed 100644 --- a/modules/relocatable-lib-lgpl +++ b/modules/relocatable-lib-lgpl @@ -13,6 +13,9 @@ strdup configure.ac: gl_RELOCATABLE_LIBRARY +if test $RELOCATABLE = yes; then + AC_LIBOBJ([relocatable]) +fi Makefile.am: DEFS += -DNO_XMALLOC