me
/
guix
Archived
1
0
Fork 0

gnu: dnsmasq: Prepare for cross-compilation.

* gnu/packages/dns.scm (dnsmasq)[arguments]: Use CC-FOR-TARGET.
master
Tobias Geerinckx-Rice 2021-10-03 16:22:44 +02:00
parent 55483f8c44
commit 169ae280af
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

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