diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2012-06-18 12:18:35 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2012-06-27 16:36:16 +0100 |
commit | 926059995207e1b4842718a1f61b3d77463046f6 (patch) | |
tree | 8effa45a2c4649f8c0dc5c196e61df93350929cf | |
parent | 0e7e811f0b1080119e1057a084a94d2ef22cfd06 (diff) | |
download | libguestfs-926059995207e1b4842718a1f61b3d77463046f6.tar.gz libguestfs-926059995207e1b4842718a1f61b3d77463046f6.tar.xz libguestfs-926059995207e1b4842718a1f61b3d77463046f6.zip |
EPEL 5: Pass --preserve-dup-deps explicitly to libtool.
See this thread:
https://lists.gnu.org/archive/html/bug-gnulib/2012-06/msg00162.html
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index c684e244..6dc1aa96 100644 --- a/configure.ac +++ b/configure.ac @@ -1128,7 +1128,7 @@ AC_SUBST(MAX_PROC_NR) dnl Replace libtool with a wrapper that clobbers dependency_libs in *.la files dnl http://lists.fedoraproject.org/pipermail/devel/2010-November/146343.html -LIBTOOL='bash $(top_srcdir)/libtool-kill-dependency_libs.sh $(top_builddir)/libtool' +LIBTOOL='bash $(top_srcdir)/libtool-kill-dependency_libs.sh $(top_builddir)/libtool --preserve-dup-deps' AC_SUBST([LIBTOOL]) dnl Produce output files. |