guix-commits
[Top][All Lists]
Advanced

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

02/07: gnu: hcxdumptool: Fix cross-compilation.


From: guix-commits
Subject: 02/07: gnu: hcxdumptool: Fix cross-compilation.
Date: Wed, 3 Jun 2020 14:45:50 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 39a598c686839d65a61ec1ebb982bd5896f3d7e4
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Jun 3 19:56:47 2020 +0200

    gnu: hcxdumptool: Fix cross-compilation.
    
    * gnu/packages/networking.scm (hcxdumptool)[arguments]: Use CC-FOR-TARGET.
---
 gnu/packages/networking.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 84535bd..7dfdf8c 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -2625,7 +2625,7 @@ packets from wireless devices for use with hashcat or 
John the Ripper.")
     (build-system gnu-build-system)
     (arguments
      `(#:make-flags
-       (list "CC=gcc"
+       (list ,(string-append "CC=" (cc-for-target))
              (string-append "INSTALLDIR=" (assoc-ref %outputs "out") "/bin"))
        #:tests? #f                      ; no test suite
        #:phases



reply via email to

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