From 06d9e7302a736d7fa3db9cf1eb9850b60aee612f Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 2 Apr 2017 21:53:54 +0200 Subject: [PATCH] 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 . --- ChangeLog | 8 ++++++++ modules/relocatable-lib-lgpl | 3 +++ 2 files changed, 11 insertions(+) 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 -- 2.39.5