diff options
author | Ebben Aries <earies@dscp.org> | 2021-05-22 17:15:52 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-05-26 00:12:53 +0700 |
commit | fedc8e6b153854eaa7b21075f55d14fbbd6a3183 (patch) | |
tree | 4daa40c70a9fcb7221593ba855217339fce894f3 /libraries/hyperscan/hyperscan.SlackBuild | |
parent | 1d571f51520589ec44e3ec997d647ed66f4223aa (diff) |
Upgrade hyperscan slackbuild to 5.4.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/hyperscan/hyperscan.SlackBuild')
-rw-r--r-- | libraries/hyperscan/hyperscan.SlackBuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/libraries/hyperscan/hyperscan.SlackBuild b/libraries/hyperscan/hyperscan.SlackBuild index 258d4ad1dcc8c..ac1ae80f5d3cc 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 \ |