mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
core/openssl: v8 updates
This commit is contained in:
parent
25a62a6c2c
commit
a875d71842
1 changed files with 2 additions and 0 deletions
|
@ -44,6 +44,8 @@ build() {
|
|||
openssltarget='linux-elf'
|
||||
elif [ "${CARCH}" == 'arm' -o "${CARCH}" == 'armv6h' -o "${CARCH}" == 'armv7h' ]; then
|
||||
openssltarget='linux-armv4'
|
||||
elif [ "${CARCH}" == 'aarch64' ]; then
|
||||
openssltarget='linux-aarch64'
|
||||
fi
|
||||
|
||||
# mark stack as non-executable: http://bugs.archlinux.org/task/12434
|
||||
|
|
Loading…
Reference in a new issue