mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 05:17:07 +02:00
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:
parent
acdb9f1ac0
commit
d9f9650113
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user