gnu: httpfs2: Prepare for cross-compilation.
* gnu/packages/file-systems.scm (httpfs2)[arguments]: Use CC-FOR-TARGET.master
parent
f7f88a85d7
commit
7ed3e2606b
|
@ -606,7 +606,7 @@ Extensible File Allocation Table} file systems. Included are
|
||||||
"httpfs2-ssl"
|
"httpfs2-ssl"
|
||||||
"httpfs2-ssl-mt"))))))
|
"httpfs2-ssl-mt"))))))
|
||||||
#:make-flags
|
#:make-flags
|
||||||
#~(list "CC=gcc")
|
#~(list (string-append "CC=" #$(cc-for-target)))
|
||||||
#:parallel-build? #f ; can result in missing man pages
|
#:parallel-build? #f ; can result in missing man pages
|
||||||
#:tests? #f)) ; no tests
|
#:tests? #f)) ; no tests
|
||||||
(home-page "https://sourceforge.net/projects/httpfs/")
|
(home-page "https://sourceforge.net/projects/httpfs/")
|
||||||
|
|
Reference in New Issue