aboutsummaryrefslogtreecommitdiff
path: root/system/zim-tools/zim-tools.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/zim-tools/zim-tools.SlackBuild')
-rw-r--r--system/zim-tools/zim-tools.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/system/zim-tools/zim-tools.SlackBuild b/system/zim-tools/zim-tools.SlackBuild
index 9355943fc9..a45d58f2dd 100644
--- a/system/zim-tools/zim-tools.SlackBuild
+++ b/system/zim-tools/zim-tools.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=zim-tools
-VERSION=${VERSION:-3.5.0}
+VERSION=${VERSION:-3.6.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -81,6 +81,7 @@ mkdir build
cd build
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
+ LDFLAGS="-lpthread" \
meson .. \
--buildtype=release \
--infodir=/usr/info \