From bc43262f04da7e7d6bf68e2dea8271a86c073a49 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 20 Sep 2023 17:59:19 +0000 Subject: [PATCH] wireguard-tools: Do not install wg-quick This is a shell script that is supposed to make creating connections easier. As we are creating our own tooling, we won't need to ship this. Signed-off-by: Michael Tremer --- wireguard-tools/wireguard-tools.nm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wireguard-tools/wireguard-tools.nm b/wireguard-tools/wireguard-tools.nm index b3c2a7eaf..9ce4df2e0 100644 --- a/wireguard-tools/wireguard-tools.nm +++ b/wireguard-tools/wireguard-tools.nm @@ -5,7 +5,7 @@ name = wireguard-tools version = 1.0.20210914 -release = 1 +release = 2 groups = Networking/VPN url = https://www.wireguard.com/ @@ -31,6 +31,9 @@ sources = %{thisapp}.tar.xz build DIR_BUILD = %{DIR_APP}/src + + # Disable wg-quick + export WITH_WGQUICK = no end packages -- 2.47.3