diff options
author | mksully22 <mksully22@gmail.com> | 2018-05-23 14:35:19 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-05-23 21:48:02 +0000 |
commit | c1161bf25b0852dd979cff495dd8d4b6b9fefd5c (patch) | |
tree | 341678bacaaad0297ded0c0b96e8612f48839b8b /community/libreswan | |
parent | 182a71280ab590ce208d1f4a0351c831bfbe0b9d (diff) | |
download | aports-c1161bf25b0852dd979cff495dd8d4b6b9fefd5c.tar.bz2 aports-c1161bf25b0852dd979cff495dd8d4b6b9fefd5c.tar.xz |
community/libreswan: fix build break because of missing ldns-dev dependancy
Diffstat (limited to 'community/libreswan')
-rw-r--r-- | community/libreswan/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/libreswan/APKBUILD b/community/libreswan/APKBUILD index 1795776f65..f60967733b 100644 --- a/community/libreswan/APKBUILD +++ b/community/libreswan/APKBUILD @@ -2,7 +2,7 @@ pkgname=libreswan pkgver=3.21 -pkgrel=1 +pkgrel=2 pkgdesc="IPsec implementation for Linux" url="https://libreswan.org" arch="all" @@ -11,7 +11,7 @@ depends="nss-tools iproute2" provides="openswan" makedepends="bison flex coreutils bash xmlto gmp-dev linux-pam-dev nss-dev unbound-dev libcap-ng-dev - curl-dev nspr-dev bsd-compat-headers + curl-dev nspr-dev bsd-compat-headers ldns-dev " subpackages="$pkgname-doc" source="https://download.libreswan.org/libreswan-$pkgver.tar.gz |