aboutsummaryrefslogtreecommitdiffstats
path: root/testing/fastd/APKBUILD
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-04-19 10:11:05 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-04-19 10:12:16 +0000
commitd9f965011395081ab0f6cd8550226e5ff0b672be (patch)
tree31edd5c873e1c76be299763668d15afd35c70f1c /testing/fastd/APKBUILD
parentacdb9f1ac09fa5c8f85560321e444dc68dd57afd (diff)
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/APKBUILD')
-rw-r--r--testing/fastd/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/fastd/APKBUILD b/testing/fastd/APKBUILD
index 5e19633d583..bb6d185cdaa 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
}