unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Christoph Buck <dev@icepic.de>
To: 74343@debbugs.gnu.org
Cc: Christoph Buck <dev@icepic.de>, Ricardo Wurmus <rekado@elephly.net>
Subject: [bug#74343] [PATCH 1/1] gnu: isc-dhcp: Fix cross compilation for arm32
Date: Wed, 13 Nov 2024 16:33:56 +0100	[thread overview]
Message-ID: <b3d77860f8fb092845d5cbb6c118c7fc64df2a30.1731500633.git.dev@icepic.de> (raw)
In-Reply-To: <cover.1731500633.git.dev@icepic.de>

* gnu/packages/admin.scm (isc-dhcp): Fix cross compilation for arm32

Change-Id: I52a863d2cb44e81e26de3224a7c5f8c6d2420cc6
---
 gnu/packages/admin.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 9c765b51a9..4c13a88710 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -1551,7 +1551,7 @@ (define-public isc-dhcp
                      (lambda _
                        (substitute* "configure"
                          (("--host=\\$host")
-                          "--host=$host_alias"))
+                          "--host=$host_alias --build=$build_alias"))
                        ;; BIND needs a native compiler because the DHCP
                        ;; build system uses the built 'gen' executable.
                        (setenv "BUILD_CC" "gcc")
-- 
2.46.0





      reply	other threads:[~2024-11-13 15:35 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-13 12:30 [bug#74343] [PATCH 0/1] Fix cross-compilation for isc-dhcp Christoph Buck
2024-11-13 15:33 ` Christoph Buck [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b3d77860f8fb092845d5cbb6c118c7fc64df2a30.1731500633.git.dev@icepic.de \
    --to=dev@icepic.de \
    --cc=74343@debbugs.gnu.org \
    --cc=rekado@elephly.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).