mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
core/nss: fix
This commit is contained in:
parent
e504e91092
commit
db2195ac6e
1 changed files with 3 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - remove --target x64 from build.sh line
|
||||
# - add -Ddisable_arm32_neon=1 -Ddisable_arm_hw_aes=1 to build.sh
|
||||
# - add -Ddisable_arm32_neon=1 -Ddisable_arm_hw_aes=1 -Ddisable_arm_hw_sha2=1 to build.sh
|
||||
# - remove -march=armv8-a in AArch64 CFLAGS to not conflict with -march=armv8-a+crypto being added
|
||||
|
||||
pkgbase=nss
|
||||
|
@ -55,7 +55,8 @@ build() {
|
|||
--enable-libpkix \
|
||||
--disable-tests \
|
||||
-Ddisable_arm32_neon=1 \
|
||||
-Ddisable_arm_hw_aes=1
|
||||
-Ddisable_arm_hw_aes=1 \
|
||||
-Ddisable_arm_hw_sha2=1
|
||||
}
|
||||
|
||||
package_nss() {
|
||||
|
|
Loading…
Reference in a new issue