guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/12: gnu: wireguard-tools: Cross-compile.


From: guix-commits
Subject: 02/12: gnu: wireguard-tools: Cross-compile.
Date: Sun, 23 Aug 2020 22:55:10 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 598afe95c3e4bc79c168cff2c65bd45fb94dc0c1
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Aug 24 02:26:03 2020 +0200

    gnu: wireguard-tools: Cross-compile.
    
    * gnu/packages/vpn.scm (wireguard-tools)[arguments]: Use CC-FOR-TARGET.
---
 gnu/packages/vpn.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/vpn.scm b/gnu/packages/vpn.scm
index ca7454a..2378e4f 100644
--- a/gnu/packages/vpn.scm
+++ b/gnu/packages/vpn.scm
@@ -39,6 +39,7 @@
   #:use-module (guix build-system gnu)
   #:use-module (guix build-system linux-module)
   #:use-module (guix build-system python)
+  #:use-module (guix utils)
   #:use-module (gnu packages)
   #:use-module (gnu packages admin)
   #:use-module (gnu packages base)
@@ -568,7 +569,7 @@ WireGuard was added to Linux 5.6.")
     (build-system gnu-build-system)
     (arguments
      `(#:make-flags
-       (list "CC=gcc"
+       (list ,(string-append "CC=" (cc-for-target))
              "--directory=src"
              "WITH_BASHCOMPLETION=yes"
              ;; Install the ‘simple and dirty’ helper script wg-quick(8).



reply via email to

[Prev in Thread] Current Thread [Next in Thread]