diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-04-19 10:11:05 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-04-19 10:12:16 +0000 |
commit | d9f965011395081ab0f6cd8550226e5ff0b672be (patch) | |
tree | 31edd5c873e1c76be299763668d15afd35c70f1c /testing/fastd | |
parent | acdb9f1ac09fa5c8f85560321e444dc68dd57afd (diff) | |
download | aports-d9f965011395081ab0f6cd8550226e5ff0b672be.tar.bz2 aports-d9f965011395081ab0f6cd8550226e5ff0b672be.tar.xz |
testing/fastd: rebuild against json-c and disable AES
AES was disabled due to build failure with libsodium 1.0.15:
https://projects.universe-factory.net/issues/251
Diffstat (limited to 'testing/fastd')
-rw-r--r-- | testing/fastd/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/fastd/APKBUILD b/testing/fastd/APKBUILD index 5e19633d58..bb6d185cda 100644 --- a/testing/fastd/APKBUILD +++ b/testing/fastd/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Johannes Matheis <jomat+alpinebuild@jmt.gr> pkgname=fastd pkgver=18 -pkgrel=0 +pkgrel=1 pkgdesc="Fast and Secure Tunneling Daemon" url="https://projects.universe-factory.net/projects/fastd" arch="all" @@ -26,6 +26,7 @@ build() { -D CMAKE_NM=/usr/bin/nm \ -D CMAKE_INSTALL_PREFIX=/usr \ -D ENABLE_SYSTEMD=OFF \ + -D WITH_CIPHER_AES128_CTR_NACL=OFF \ .. make || return 1 } |