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
@ -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…
Reference in New Issue
Block a user