mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
core/openssl: armv6h bits
This commit is contained in:
parent
8b9eafe216
commit
6b8ca60038
1 changed files with 1 additions and 3 deletions
|
@ -4,8 +4,6 @@
|
|||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - use linux-armv4 target for our architectures
|
||||
|
||||
plugrel=1
|
||||
|
||||
pkgname=openssl
|
||||
_ver=1.0.1c
|
||||
# use a pacman compatible version scheme
|
||||
|
@ -36,7 +34,7 @@ build() {
|
|||
openssltarget='linux-x86_64'
|
||||
elif [ "${CARCH}" == 'i686' ]; then
|
||||
openssltarget='linux-elf'
|
||||
elif [ "${CARCH}" == 'arm' -o "${CARCH}" == 'armv7h' ]; then
|
||||
elif [ "${CARCH}" == 'arm' -o "${CARCH}" == 'armv6h' -o "${CARCH}" == 'armv7h' ]; then
|
||||
openssltarget='linux-armv4'
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue