me
/
guix
Archived
1
0
Fork 0

gnu: httpfs2: Prepare for cross-compilation.

* gnu/packages/file-systems.scm (httpfs2)[arguments]: Use CC-FOR-TARGET.
master
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
1 changed files with 1 additions and 1 deletions

View File

@ -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/")