[libreoffice] 01/01: fix -L in configure.ac so that it actually checks (against) the shared lp-solve lib
Rene Engelhard
rene at moszumanska.debian.org
Wed Oct 19 21:26:23 UTC 2016
This is an automated email from the git hooks/post-receive script.
rene pushed a commit to branch master
in repository libreoffice.
commit 7f1818003c3e01396a0f19b7c05eab3fa3d6df79
Author: Rene Engelhard <rene at debian.org>
Date: Wed Oct 19 23:15:41 2016 +0200
fix -L in configure.ac so that it actually checks (against) the shared lp-solve lib
---
changelog | 7 +++++++
patches/fix-system-lpsolve-build.diff | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/changelog b/changelog
index 3b6390e..32971df 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,10 @@
+libreoffice (1:5.2.3~rc1-3) unstable; urgency=medium
+
+ * debian/patches/fix-system-lpsolve-build.diff: fix -L in configure.ac so
+ that it actually checks (against) the shared lib
+
+ -- Rene Engelhard <rene at debian.org> Wed, 19 Oct 2016 22:20:51 +0200
+
libreoffice (1:5.2.3~rc1-2) unstable; urgency=medium
* debian/rules:
diff --git a/patches/fix-system-lpsolve-build.diff b/patches/fix-system-lpsolve-build.diff
index 3961915..c759445 100644
--- a/patches/fix-system-lpsolve-build.diff
+++ b/patches/fix-system-lpsolve-build.diff
@@ -9,7 +9,7 @@ index cdae8b5..49f3ba2 100644
+ AC_CHECK_LIB(colamd, colamd)
AC_CHECK_LIB([lpsolve55], [make_lp], [:],
- [ AC_MSG_ERROR(lpsolve library not found or too old.)], [])
-+ [ AC_MSG_ERROR(lpsolve library not found or too old.)], [-L/usr/lib/lpsolve])
++ [ AC_MSG_ERROR(lpsolve library not found or too old.)], [-L/usr/lib/lp_solve])
LIBS=$save_LIBS
libo_MINGW_CHECK_DLL([lpsolve55])
else
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/libreoffice.git
More information about the Pkg-openoffice-commits
mailing list