emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#54576: closed ([PATCH] gnu: dnsmasq: Fix cross-compilation.)


From: GNU bug Tracking System
Subject: bug#54576: closed ([PATCH] gnu: dnsmasq: Fix cross-compilation.)
Date: Tue, 29 Mar 2022 08:54:02 +0000

Your message dated Tue, 29 Mar 2022 10:53:28 +0200
with message-id <87o81p6sxj.fsf@gnu.org>
and subject line Re: bug#54576: [PATCH] gnu: dnsmasq: Fix cross-compilation.
has caused the debbugs.gnu.org bug report #54576,
regarding [PATCH] gnu: dnsmasq: Fix cross-compilation.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
54576: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=54576
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: dnsmasq: Fix cross-compilation. Date: Fri, 25 Mar 2022 19:01:25 -0700
* 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





--- End Message ---
--- Begin Message --- Subject: Re: bug#54576: [PATCH] gnu: dnsmasq: Fix cross-compilation. Date: Tue, 29 Mar 2022 10:53:28 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
> * gnu/packages/dns.scm (dnsmasq)[arguments]: Use PKG-CONFIG-FOR-TARGET.

Pushed, thanks!

Mathieu


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]