fastd: remove -Db_lto=true.

This is now the default in void-packages for packages with
build_style=meson.
This commit is contained in:
triallax 2023-05-06 01:41:15 +03:00 committed by John Zimmermann
parent 0c8f1e310d
commit b0cb72fb97
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ pkgname=fastd
version=21
revision=1
build_style=meson
configure_args="-Db_lto=true -Dcipher_aes128-ctr=disabled"
configure_args="-Dcipher_aes128-ctr=disabled"
hostmakedepends="bison pkg-config"
makedepends="json-c-devel libcap-devel libuecc-devel libsodium-devel"
short_desc="Fast and Secure Tunneling Daemon"