summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2020-02-12 18:07:52 +0100
committerMichel Zou2020-02-12 18:07:52 +0100
commit9bbad4d9b1bfe5fb68eb706e7619890f504a563c (patch)
treeeda24bbd1bfbf533d983fb50ebedcf58669a7aed
parent135f02586b2cbabaf724074fc5618eab4beaf27c (diff)
downloadaur-9bbad4d9b1bfe5fb68eb706e7619890f504a563c.tar.gz
lssp
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c585715a1a17..c0ce4a0375a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@ build() {
for _arch in ${_architectures}; do
mkdir -p build-${_arch} && pushd build-${_arch}
COIN_SKIP_PROJECTS="Sample" \
- ${_arch}-configure \
+ LIBS="-lssp" ${_arch}-configure \
--with-osi-lib="$(${_arch}-pkg-config --libs osi)" \
--with-osi-incdir="/usr/${_arch}/include/coin/" \
--with-coinutils-lib="$(${_arch}-pkg-config --libs coinutils)" \