~ruther/guix-local

24f4fc84313c07b91cee747ef43af56411b6bc9e — Tobias Geerinckx-Rice 6 years ago 907b9dc
gnu: ubridge: Fix cross-compilation.

* gnu/packages/networking.scm (ubridge)[arguments]: Use CC-FOR-TARGET.
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/networking.scm
M gnu/packages/networking.scm => gnu/packages/networking.scm +2 -1
@@ 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