fastd: remove -Db_lto=true.
This is now the default in void-packages for packages with build_style=meson.
This commit is contained in:
parent
0c8f1e310d
commit
b0cb72fb97
|
@ -3,7 +3,7 @@ pkgname=fastd
|
||||||
version=21
|
version=21
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
configure_args="-Db_lto=true -Dcipher_aes128-ctr=disabled"
|
configure_args="-Dcipher_aes128-ctr=disabled"
|
||||||
hostmakedepends="bison pkg-config"
|
hostmakedepends="bison pkg-config"
|
||||||
makedepends="json-c-devel libcap-devel libuecc-devel libsodium-devel"
|
makedepends="json-c-devel libcap-devel libuecc-devel libsodium-devel"
|
||||||
short_desc="Fast and Secure Tunneling Daemon"
|
short_desc="Fast and Secure Tunneling Daemon"
|
||||||
|
|
Loading…
Reference in New Issue