summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/file-systems.scm2
1 files changed, 1 insertions, 1 deletions
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/")