From 53822101144b4c602fa088ed8a9305389d4dbde2 Mon Sep 17 00:00:00 2001 From: triallax Date: Sat, 6 May 2023 01:41:15 +0300 Subject: [PATCH] fastd: remove -Db_lto=true. This is now the default in void-packages for packages with build_style=meson. --- srcpkgs/fastd/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/fastd/template b/srcpkgs/fastd/template index d07de67b11dc..d05ca42e9e92 100644 --- a/srcpkgs/fastd/template +++ b/srcpkgs/fastd/template @@ -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"