mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-26 23:42:57 +02:00
i2pd: fix crossbuild on arm*
This commit is contained in:
parent
ec31b25b42
commit
2d5638edf8
1 changed files with 1 additions and 2 deletions
|
@ -14,8 +14,7 @@ checksum=87649a1963b1d1b8f9424c0bccbdf6bbde0bb87db8dcf0b5c61f4c7f13181b86
|
||||||
system_accounts="_i2pd"
|
system_accounts="_i2pd"
|
||||||
|
|
||||||
case "${XBPS_TARGET_MACHINE}" in
|
case "${XBPS_TARGET_MACHINE}" in
|
||||||
aarch64*) make_build_args+=" USE_AESNI=no USE_AVX=no" ;;
|
aarch64*|armv[67]*) make_build_args+=" USE_AESNI=no USE_AVX=no" ;;
|
||||||
armv[67]*) make_build_args+=" USE_AVX=no" ;;
|
|
||||||
esac
|
esac
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue