guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: lsof: Fix cross-compilation.


From: guix-commits
Subject: branch master updated: gnu: lsof: Fix cross-compilation.
Date: Wed, 30 Mar 2022 05:52:25 -0400

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new a006b7d347 gnu: lsof: Fix cross-compilation.
a006b7d347 is described below

commit a006b7d34757dbafc0d71d875613e6df521efe51
Author: Brian Kubisiak <brian@kubisiak.com>
AuthorDate: Mon Mar 28 18:37:28 2022 -0700

    gnu: lsof: Fix cross-compilation.
    
    * gnu/packages/lsof (lsof)[arguments]: Add LINUX_CONF_CC environment
    variable.
    
    Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
 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 @@
          (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'.



reply via email to

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