gnu: httpfs2: Prepare for cross-compilation.

* gnu/packages/file-systems.scm (httpfs2)[arguments]: Use CC-FOR-TARGET.
This commit is contained in:
Tobias Geerinckx-Rice 2022-01-08 05:44:35 +01:00
parent f7f88a85d7
commit 7ed3e2606b
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -606,7 +606,7 @@ (define-public httpfs2
"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/")