mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
core/openssl-cryptodev fix
This commit is contained in:
parent
1940fb7e97
commit
af32647004
1 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ depends=('perl')
|
|||
if [ "${CARCH}" == 'armv7h' ]; then
|
||||
makedepends=('linux-headers-cubox')
|
||||
else
|
||||
makedepends=('linux-headers')
|
||||
makedepends=('linux-headers-kirkwood')
|
||||
fi
|
||||
optdepends=('ca-certificates')
|
||||
options=('!makeflags')
|
||||
|
@ -51,7 +51,7 @@ build() {
|
|||
if [ "${CARCH}" == 'armv7h' ]; then
|
||||
_kernel_release="$(pacman -Q linux-headers-cubox | grep -Eo "[^\ ]+$")-ARCH+"
|
||||
else
|
||||
_kernel_release="$(uname -r)"
|
||||
_kernel_release="$(pacman -Q linux-headers-kirkwood | grep -Eo "[^\ ]+$")-ARCH"
|
||||
fi
|
||||
|
||||
# remove rpath: http://bugs.archlinux.org/task/14367
|
||||
|
|
Loading…
Reference in a new issue