me
/
guix
Archived
1
0
Fork 0

gnu: wireguard-tools: Cross-compile.

* gnu/packages/vpn.scm (wireguard-tools)[arguments]: Use CC-FOR-TARGET.
master
Tobias Geerinckx-Rice 2020-08-24 02:26:03 +02:00
parent f4ba46a2df
commit 598afe95c3
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 1 deletions

View File

@ -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).