mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +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>
|
# Maintainer: Johannes Matheis <jomat+alpinebuild@jmt.gr>
|
||||||
pkgname=fastd
|
pkgname=fastd
|
||||||
pkgver=18
|
pkgver=18
|
||||||
pkgrel=0
|
pkgrel=1
|
||||||
pkgdesc="Fast and Secure Tunneling Daemon"
|
pkgdesc="Fast and Secure Tunneling Daemon"
|
||||||
url="https://projects.universe-factory.net/projects/fastd"
|
url="https://projects.universe-factory.net/projects/fastd"
|
||||||
arch="all"
|
arch="all"
|
||||||
@ -26,6 +26,7 @@ build() {
|
|||||||
-D CMAKE_NM=/usr/bin/nm \
|
-D CMAKE_NM=/usr/bin/nm \
|
||||||
-D CMAKE_INSTALL_PREFIX=/usr \
|
-D CMAKE_INSTALL_PREFIX=/usr \
|
||||||
-D ENABLE_SYSTEMD=OFF \
|
-D ENABLE_SYSTEMD=OFF \
|
||||||
|
-D WITH_CIPHER_AES128_CTR_NACL=OFF \
|
||||||
..
|
..
|
||||||
make || return 1
|
make || return 1
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user