From: Debian LibreOffice Maintainers Date: Sun, 21 Jun 2020 11:07:16 +0000 (+0100) Subject: build-against-shared-lpsolve X-Git-Tag: archive/raspbian/1%6.4.5_rc1-2+rpi1^2~43 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=ae24a0614fd2d25e2a03f4eb5e72c9e105ebc36f;p=libreoffice.git build-against-shared-lpsolve Gbp-Pq: Name build-against-shared-lpsolve.diff --- diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk index 9f172d6af44..0029ae7bc69 100644 --- a/RepositoryExternal.mk +++ b/RepositoryExternal.mk @@ -2461,6 +2461,7 @@ ifneq ($(SYSTEM_LPSOLVE),) define gb_LinkTarget__use_lpsolve $(call gb_LinkTarget_add_libs,$(1),-llpsolve55) +$(call gb_LinkTarget_add_ldflags,$(1),-L/usr/lib/lp_solve -Wl$(COMMA)-rpath=/usr/lib/lp_solve) $(call gb_LinkTarget_add_defs,$(1),\ -DSYSTEM_LPSOLVE \ ) diff --git a/configure.ac b/configure.ac index 8647ee508e8..b9e3ed6e563 100644 Binary files a/configure.ac and b/configure.ac differ