guix-commits
[Top][All Lists]
Advanced

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

15/15: gnu: proxychains-ng: Cross-compile.


From: guix-commits
Subject: 15/15: gnu: proxychains-ng: Cross-compile.
Date: Tue, 2 Nov 2021 22:32:41 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit af5742c05b1ea1aac8fb0707e265964006cd197a
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Nov 3 01:48:28 2021 +0100

    gnu: proxychains-ng: Cross-compile.
    
    * gnu/packages/networking.scm (proxychains-ng)[arguments]:
    Use CC-FOR-TARGET.
---
 gnu/packages/networking.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index f6c0208..8519404 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -2283,8 +2283,7 @@ libproxy only have to specify which proxy to use.")
                                line)))))
          (add-before 'configure 'set-up-environment
            (lambda _
-             (setenv "CC" "gcc")
-             #t)))))
+             (setenv "CC" ,(cc-for-target)))))))
     (synopsis "Redirect any TCP connection through a proxy or proxy chain")
     (description "Proxychains-ng is a preloader which hooks calls to sockets
 in dynamically linked programs and redirects them through one or more SOCKS or



reply via email to

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