From d9f965011395081ab0f6cd8550226e5ff0b672be Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 19 Apr 2018 10:11:05 +0000 Subject: 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 --- testing/fastd/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'testing/fastd') 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 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 } -- cgit v1.2.3