mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: httpfs2: Prepare for cross-compilation.
* gnu/packages/file-systems.scm (httpfs2)[arguments]: Use CC-FOR-TARGET.
This commit is contained in:
parent
f7f88a85d7
commit
7ed3e2606b
1 changed files with 1 additions and 1 deletions
|
@ -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/")
|
||||
|
|
Loading…
Reference in a new issue