mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-12 00:01:46 +02:00
community/vectorscan: build with lowest armv8 arch for aarch64
This commit is contained in:
parent
010734651f
commit
8dc2fdf41c
@ -2,7 +2,7 @@
|
||||
# Maintainer: Duncan Bellamy <dunk@denkimushi.com>
|
||||
pkgname=vectorscan
|
||||
pkgver=5.4.2
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="High-performance regular expression matching library"
|
||||
url="https://www.hyperscan.io"
|
||||
arch="x86 x86_64 aarch64" #requires SSSE3 or Neon
|
||||
@ -16,6 +16,8 @@ build() {
|
||||
case "${CARCH:-native}" in
|
||||
x86|x86_64)
|
||||
_march="-march=core2" ;;
|
||||
aarch64)
|
||||
_march="-march=armv8-a" ;;
|
||||
esac
|
||||
|
||||
if [ "$CBUILD" != "$CHOST" ]; then
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user