From a006b7d34757dbafc0d71d875613e6df521efe51 Mon Sep 17 00:00:00 2001 From: Brian Kubisiak Date: Mon, 28 Mar 2022 18:37:28 -0700 Subject: gnu: lsof: Fix cross-compilation. * gnu/packages/lsof (lsof)[arguments]: Add LINUX_CONF_CC environment variable. Signed-off-by: Mathieu Othacehe --- 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'. -- cgit v1.2.3