gnu: ubridge: Fix cross-compilation.
* gnu/packages/networking.scm (ubridge)[arguments]: Use CC-FOR-TARGET.master
parent
907b9dc8cb
commit
24f4fc8431
|
@ -2552,7 +2552,8 @@ SNMP v3 using both IPv4 and IPv6.")
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no tests
|
`(#:tests? #f ; no tests
|
||||||
#:make-flags '("CC=gcc")
|
#:make-flags
|
||||||
|
(list ,(string-append "CC=" (cc-for-target)))
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(delete 'configure) ; no configure script
|
(delete 'configure) ; no configure script
|
||||||
|
|
Reference in New Issue