gnu: dnsmasq: Prepare for cross-compilation.
* gnu/packages/dns.scm (dnsmasq)[arguments]: Use CC-FOR-TARGET.
This commit is contained in:
parent
55483f8c44
commit
169ae280af
1 changed files with 1 additions and 1 deletions
|
@ -296,7 +296,7 @@ prompt the user with the option to go with insecure DNS only.")
|
|||
`(#:phases
|
||||
(modify-phases %standard-phases (delete 'configure))
|
||||
#:make-flags (list (string-append "PREFIX=" (assoc-ref %outputs "out"))
|
||||
"CC=gcc"
|
||||
(string-append "CC=" ,(cc-for-target))
|
||||
"COPTS=\"-DHAVE_DBUS\"")
|
||||
#:tests? #f)) ; no ‘check’ target
|
||||
(home-page "http://www.thekelleys.org.uk/dnsmasq/doc.html")
|
||||
|
|
Reference in a new issue