mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: nss: Set CCC unconditionally.
* gnu/packages/nss.scm (nss)[arguments]: Set CCC unconditionally in the 'configure phase.
This commit is contained in:
parent
6f44258088
commit
b81b3d5fbe
1 changed files with 2 additions and 5 deletions
|
@ -186,11 +186,8 @@ in the Mozilla clients.")
|
||||||
(replace 'configure
|
(replace 'configure
|
||||||
(lambda _
|
(lambda _
|
||||||
(setenv "CC" #$(cc-for-target))
|
(setenv "CC" #$(cc-for-target))
|
||||||
;; TODO: Set this unconditionally
|
(setenv "CCC" #$(cxx-for-target))
|
||||||
#$@(if (%current-target-system)
|
(setenv "NATIVE_CC" "gcc")
|
||||||
#~((setenv "CCC" #$(cxx-for-target))
|
|
||||||
(setenv "NATIVE_CC" "gcc"))
|
|
||||||
#~())
|
|
||||||
;; No VSX on powerpc-linux.
|
;; No VSX on powerpc-linux.
|
||||||
#$@(if (target-ppc32?)
|
#$@(if (target-ppc32?)
|
||||||
#~((setenv "NSS_DISABLE_CRYPTO_VSX" "1"))
|
#~((setenv "NSS_DISABLE_CRYPTO_VSX" "1"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue