summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpingplug2019-12-08 09:28:48 +0800
committerpingplug2019-12-08 09:28:48 +0800
commite061a9b96b5c57ddc7fa4c4ab9e4caa0f201ea6e (patch)
tree0dc8a3821c89ef8103abba17c0afe528fa97892d
parent3acbb1ea6f6ed5ab55f8cb4a1bfce792eaf9ba2f (diff)
downloadaur-e061a9b96b5c57ddc7fa4c4ab9e4caa0f201ea6e.tar.gz
-lssp
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 902fe7df82dc..88ea590e30a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -60,7 +60,7 @@ build() {
popd
# shared build
mkdir -p build-${_arch}-shared && pushd build-${_arch}-shared
- ${_arch}-configure \
+ LDFLAGS=-lssp ${_arch}-configure \
--with-glib \
--with-freetype \
--with-cairo \