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
This commit is contained in:
Natanael Copa 2018-04-19 10:11:05 +00:00
parent acdb9f1ac0
commit d9f9650113

View File

@ -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
}