all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#54619] [PATCH] gnu: lsof: Fix cross-compilation.
@ 2022-03-29  1:37 Brian Kubisiak
  2022-03-29  8:51 ` Mathieu Othacehe
  0 siblings, 1 reply; 4+ messages in thread
From: Brian Kubisiak @ 2022-03-29  1:37 UTC (permalink / raw)
  To: 54619

* gnu/packages/lsof (lsof)[arguments]: Add LINUX_CONF_CC environment
variable.
---
 gnu/packages/lsof.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/lsof.scm b/gnu/packages/lsof.scm
index 98bcdab468..f872eb8de8 100644
--- a/gnu/packages/lsof.scm
+++ b/gnu/packages/lsof.scm
@@ -54,6 +54,7 @@ (define-public lsof
          (replace 'configure
            (lambda _
              (setenv "LSOF_CC" ,(cc-for-target))
+             (setenv "LINUX_CONF_CC" "gcc")
              (setenv "LSOF_MAKE" "make")
 
              ;; By default, the makefile captures the output of 'uname -a'.
-- 
2.34.0






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

end of thread, other threads:[~2022-03-30  9:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-29  1:37 [bug#54619] [PATCH] gnu: lsof: Fix cross-compilation Brian Kubisiak
2022-03-29  8:51 ` Mathieu Othacehe
2022-03-29 23:05   ` Brian Kubisiak
2022-03-30  9:53     ` bug#54619: " Mathieu Othacehe

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.