mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
ugrep: disable NEON on 32-bit ARM.
This commit is contained in:
parent
c4643e2fb5
commit
e4083c4456
1 changed files with 4 additions and 0 deletions
|
@ -12,6 +12,10 @@ homepage="https://github.com/Genivia/ugrep"
|
|||
distfiles="https://github.com/Genivia/ugrep/archive/v${version}.tar.gz"
|
||||
checksum=a349abb1a619e33dddbf105528bc5ba5f8d97b4f7b2c69b85d432853df3a9aee
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
armv*) configure_args+=" --disable-neon";;
|
||||
esac
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.txt LICENSE
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue