gnu: proxychains-ng: Cross-compile.

* gnu/packages/networking.scm (proxychains-ng)[arguments]:
Use CC-FOR-TARGET.
This commit is contained in:
Tobias Geerinckx-Rice 2021-11-03 01:48:28 +01:00
parent 4b63373ea4
commit af5742c05b
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -2283,8 +2283,7 @@ (define-public proxychains-ng
line))))) line)))))
(add-before 'configure 'set-up-environment (add-before 'configure 'set-up-environment
(lambda _ (lambda _
(setenv "CC" "gcc") (setenv "CC" ,(cc-for-target)))))))
#t)))))
(synopsis "Redirect any TCP connection through a proxy or proxy chain") (synopsis "Redirect any TCP connection through a proxy or proxy chain")
(description "Proxychains-ng is a preloader which hooks calls to sockets (description "Proxychains-ng is a preloader which hooks calls to sockets
in dynamically linked programs and redirects them through one or more SOCKS or in dynamically linked programs and redirects them through one or more SOCKS or