guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/03: gnu: httpfs2: Prepare for cross-compilation.


From: guix-commits
Subject: 02/03: gnu: httpfs2: Prepare for cross-compilation.
Date: Sat, 8 Jan 2022 16:05:30 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 7ed3e2606b1f79f23cff50eb454adb9cae10472c
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Jan 8 05:44:35 2022 +0100

    gnu: httpfs2: Prepare for cross-compilation.
    
    * gnu/packages/file-systems.scm (httpfs2)[arguments]: Use CC-FOR-TARGET.
---
 gnu/packages/file-systems.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]