aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ucspi-ssl
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2015-07-29 06:04:49 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2015-07-29 06:05:06 +0000
commit4b68d50b717b4442c3f96702d2b5a235899a2826 (patch)
tree57bd7bfac61a1be57cdf37be0d437aeb7c010c46 /testing/ucspi-ssl
parent4185895677aefef9ebd558a698fbae4a5c40537c (diff)
downloadaports-4b68d50b717b4442c3f96702d2b5a235899a2826.tar.bz2
aports-4b68d50b717b4442c3f96702d2b5a235899a2826.tar.xz
testing/ucspi-ssl: fix build adding linux-headers and perl-dev
Diffstat (limited to 'testing/ucspi-ssl')
-rw-r--r--testing/ucspi-ssl/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/ucspi-ssl/APKBUILD b/testing/ucspi-ssl/APKBUILD
index 6c87c7bde8..7e0a601ae4 100644
--- a/testing/ucspi-ssl/APKBUILD
+++ b/testing/ucspi-ssl/APKBUILD
@@ -9,7 +9,7 @@ arch="all"
license="public-domain"
depends=""
depends_dev=""
-makedepends="$depends_dev openssl-dev"
+makedepends="$depends_dev openssl-dev linux-headers perl-dev"
install=""
#subpackages="$pkgname-doc"
subpackages="$pkgname-dev $pkgname-doc"