diff options
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 } |