me
/
guix
Archived
1
0
Fork 0

gnu: ubridge: Fix cross-compilation.

* gnu/packages/networking.scm (ubridge)[arguments]: Use CC-FOR-TARGET.
master
Tobias Geerinckx-Rice 2020-06-02 04:24:21 +02:00
parent 907b9dc8cb
commit 24f4fc8431
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 1 deletions

View File

@ -2552,7 +2552,8 @@ SNMP v3 using both IPv4 and IPv6.")
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; no tests
#:make-flags '("CC=gcc")
#:make-flags
(list ,(string-append "CC=" (cc-for-target)))
#:phases
(modify-phases %standard-phases
(delete 'configure) ; no configure script