[coinutils] 01/02: patch for shared library dependencies

Miles Lubin mlubin-guest at alioth.debian.org
Fri Sep 27 18:09:29 UTC 2013


This is an automated email from the git hooks/post-receive script.

mlubin-guest pushed a commit to branch master
in repository coinutils.

commit 99c227f15d6c61361aec20f85890448c53887de2
Author: Miles Lubin <miles.lubin at gmail.com>
Date:   Fri Sep 27 13:59:07 2013 -0400

    patch for shared library dependencies
---
 debian/patches/series          |    1 +
 debian/patches/shlibdeps.patch |   13 +++++++++++++
 2 files changed, 14 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
index d575889..e3f3fe4 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
+shlibdeps.patch
 format-security-fix.patch
 fix-addlibs-file.patch
diff --git a/debian/patches/shlibdeps.patch b/debian/patches/shlibdeps.patch
new file mode 100644
index 0000000..b3da380
--- /dev/null
+++ b/debian/patches/shlibdeps.patch
@@ -0,0 +1,13 @@
+Author: Miles Lubin <miles.lubin at gmail.com>
+Description: Properly set shared library dependencies
+Bug: https://projects.coin-or.org/BuildTools/ticket/105
+--- a/CoinUtils/src/Makefile.in
++++ b/CoinUtils/src/Makefile.in
+@@ -413,6 +413,7 @@
+ 
+ # This is for libtool
+ libCoinUtils_la_LDFLAGS = $(LT_LDFLAGS)
++libCoinUtils_la_LIBADD = $(COINUTILSLIB_LIBS)
+ 
+ # Here list all include flags, relative to this "srcdir" directory.  This
+ # "cygpath" stuff is necessary to compile with native compilers on Windows

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/coinutils.git



More information about the debian-science-commits mailing list