summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2019-12-08 15:17:37 +0100
committerMichel Zou2019-12-08 15:17:37 +0100
commit1aefdf35987695d5e3bf307ef096081eddd886a9 (patch)
treef9106a9d96a83402abdfeef260b71218846767fe
parentd0657d040e33e17ff3f89c3cd7f441acc0763ef4 (diff)
downloadaur-1aefdf35987695d5e3bf307ef096081eddd886a9.tar.gz
lssp
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3e1d1c312952..6cbf5ecc51c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -51,7 +51,7 @@ build() {
[[ ${_arch} == i686-w64-mingw32 ]] && underscore_flag='-DUSER_LABEL_PREFIX_UNDERSCORE'
export CFLAGS="$underscore_flag"
export CXXFLAGS="$underscore_flag"
- ${_arch}-configure \
+ LIBS="-lssp" ${_arch}-configure \
--disable-java \
--disable-native-java \
--disable-csharp \