unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#54576] [PATCH] gnu: dnsmasq: Fix cross-compilation.
@ 2022-03-26  2:01 Brian Kubisiak
  2022-03-29  8:53 ` bug#54576: " Mathieu Othacehe
  0 siblings, 1 reply; 2+ messages in thread
From: Brian Kubisiak @ 2022-03-26  2:01 UTC (permalink / raw)
  To: 54576

* gnu/packages/dns.scm (dnsmasq)[arguments]: Use PKG-CONFIG-FOR-TARGET.
---
 gnu/packages/dns.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm
index afea1aaf86..dacada7897 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -309,6 +309,7 @@ (define-public dnsmasq
        (modify-phases %standard-phases (delete 'configure))
        #:make-flags (list (string-append "PREFIX=" (assoc-ref %outputs "out"))
                           (string-append "CC=" ,(cc-for-target))
+                          (string-append "PKG_CONFIG=" ,(pkg-config-for-target))
                           "COPTS=\"-DHAVE_DBUS\"")
        #:tests? #f))                    ; no ‘check’ target
     (home-page "http://www.thekelleys.org.uk/dnsmasq/doc.html")
-- 
2.34.0






^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#54576: [PATCH] gnu: dnsmasq: Fix cross-compilation.
  2022-03-26  2:01 [bug#54576] [PATCH] gnu: dnsmasq: Fix cross-compilation Brian Kubisiak
@ 2022-03-29  8:53 ` Mathieu Othacehe
  0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Othacehe @ 2022-03-29  8:53 UTC (permalink / raw)
  To: Brian Kubisiak; +Cc: 54576-done


> * gnu/packages/dns.scm (dnsmasq)[arguments]: Use PKG-CONFIG-FOR-TARGET.

Pushed, thanks!

Mathieu




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-03-29  8:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-26  2:01 [bug#54576] [PATCH] gnu: dnsmasq: Fix cross-compilation Brian Kubisiak
2022-03-29  8:53 ` bug#54576: " Mathieu Othacehe

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).