summaryrefslogtreecommitdiffstats
path: root/libraries/hyperscan/hyperscan.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/hyperscan/hyperscan.SlackBuild')
-rw-r--r--libraries/hyperscan/hyperscan.SlackBuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/libraries/hyperscan/hyperscan.SlackBuild b/libraries/hyperscan/hyperscan.SlackBuild
index 258d4ad1dc..ac1ae80f5d 100644
--- a/libraries/hyperscan/hyperscan.SlackBuild
+++ b/libraries/hyperscan/hyperscan.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for Hyperscan
-# Copyright 2018, 2019 Ebben Aries <e@dscp.org>
+# Copyright 2018-2021 Ebben Aries <slackbuilds@dscp.org>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=hyperscan
-VERSION=${VERSION:-5.1.1}
+VERSION=${VERSION:-5.4.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -69,6 +69,9 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+# Patch build issue for hyperscan 5.4.0
+patch -p0 < $CWD/build_wrapper.sh.patch
+
mkdir -p build
cd build
cmake \