]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/commitdiff
wireguard-tools: Do not install wg-quick
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 20 Sep 2023 17:59:19 +0000 (17:59 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 20 Sep 2023 17:59:19 +0000 (17:59 +0000)
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 <michael.tremer@ipfire.org>
wireguard-tools/wireguard-tools.nm

index b3c2a7eafc9275a1b85c5a08fd6353b3859a6810..9ce4df2e093070622fd20687140884ae8a185994 100644 (file)
@@ -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