hyperscan: Updated for version 5.4.0

This commit is contained in:
2021-02-23 10:48:52 +01:00
parent 9013817630
commit ded33e772c
3 changed files with 17 additions and 4 deletions

View File

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=hyperscan
VERSION=${VERSION:-5.3.0}
VERSION=${VERSION:-5.4.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -69,6 +69,8 @@ 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 --verbose -p1 -i $CWD/issue-292.patch
mkdir -p build
cd build
cmake \