summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2019-12-04 18:46:46 +0100
committerMichel Zou2019-12-04 18:46:46 +0100
commit11df428ff19063707dd65bffe4d79da03192ed3b (patch)
tree0157fba72ec621aa340e874baa45e53ef2fe3979 /PKGBUILD
parent93855d866f898a4e66fdf6943fb993eddbc13d88 (diff)
downloadaur-11df428ff19063707dd65bffe4d79da03192ed3b.tar.gz
lssp
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f7e3689311a6..ecf00732e06c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -23,7 +23,7 @@ build() {
cd "ThirdParty-Metis-releases-$pkgver"
for _arch in ${_architectures}; do
mkdir -p build-${_arch} && pushd build-${_arch}
- ${_arch}-configure lt_cv_deplibs_check_method=pass_all ..
+ LIBS="-lssp" ${_arch}-configure lt_cv_deplibs_check_method=pass_all ..
make
popd
done