From 7ed3e2606b1f79f23cff50eb454adb9cae10472c Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sat, 8 Jan 2022 05:44:35 +0100 Subject: gnu: httpfs2: Prepare for cross-compilation. * gnu/packages/file-systems.scm (httpfs2)[arguments]: Use CC-FOR-TARGET. --- gnu/packages/file-systems.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/file-systems.scm b/gnu/packages/file-systems.scm index 6e74158dfc..767b7c5732 100644 --- a/gnu/packages/file-systems.scm +++ b/gnu/packages/file-systems.scm @@ -606,7 +606,7 @@ Extensible File Allocation Table} file systems. Included are "httpfs2-ssl" "httpfs2-ssl-mt")))))) #:make-flags - #~(list "CC=gcc") + #~(list (string-append "CC=" #$(cc-for-target))) #:parallel-build? #f ; can result in missing man pages #:tests? #f)) ; no tests (home-page "https://sourceforge.net/projects/httpfs/") -- cgit v1.2.3