aboutsummaryrefslogtreecommitdiffstats
path: root/testing/libressl
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2015-03-24 16:02:00 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2015-03-24 16:02:00 +0000
commitb7e85932fc6919450fa3147d8f1b9c776020f51f (patch)
tree41e9b2c4f4497501f5341d640db69f8169601f6e /testing/libressl
parent16b40a900fe02bd0cad8521f95bc6b8b623fdf1e (diff)
downloadaports-b7e85932fc6919450fa3147d8f1b9c776020f51f.tar.bz2
aports-b7e85932fc6919450fa3147d8f1b9c776020f51f.tar.xz
testing/libressl: linux-headers build fix
Diffstat (limited to 'testing/libressl')
-rw-r--r--testing/libressl/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/libressl/APKBUILD b/testing/libressl/APKBUILD
index 5cd035618d..53742e9e06 100644
--- a/testing/libressl/APKBUILD
+++ b/testing/libressl/APKBUILD
@@ -11,7 +11,7 @@ arch="all"
license="openssl"
depends=""
depends_dev=""
-makedepends="$depends_dev"
+makedepends="$depends_dev linux-headers"
install=""
subpackages="$pkgname-dev $pkgname-doc"
source="http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/${pkgname}-${pkgver}.tar.gz"