]> Savannah Git Hosting - gnulib.git/commitdiff
relocatable-lib-lgpl: Fix link error (regression from 2011-06-16).
authorBruno Haible <bruno@clisp.org>
Sun, 2 Apr 2017 19:53:54 +0000 (21:53 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 2 Apr 2017 19:58:37 +0000 (21:58 +0200)
* 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 <rrt@sc3d.org>.

ChangeLog
modules/relocatable-lib-lgpl

index 2e011615e4add2f32cb15a005655d9b5ca05e7d0..c07b2bc096260690c2c392dce4e1a79753bc9d9f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2017-04-02  Bruno Haible  <bruno@clisp.org>
+
+       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 <rrt@sc3d.org>.
+
 2017-03-31  Bruno Haible  <bruno@clisp.org>
 
        glob: Fix invalid free() call.
index 26abd408cc853dfe6dcd3a05748ed6bbf27c1434..11b14000ed58d9a32773372f1ff1a4ffcfac4d3b 100644 (file)
@@ -13,6 +13,9 @@ strdup
 
 configure.ac:
 gl_RELOCATABLE_LIBRARY
+if test $RELOCATABLE = yes; then
+  AC_LIBOBJ([relocatable])
+fi
 
 Makefile.am:
 DEFS += -DNO_XMALLOC