Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 587116 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-6 / +2 lines)
Line  Link Here
0
-- nss/lib/ssl//Makefile
0
++ nss/lib/ssl/Makefile
Lines 39-50 CSRCS += unix_err.c Link Here
39
endif
39
endif
40
endif
40
endif
41
41
42
# Enable key logging by default in debug builds, but not opt builds.
42
# Enable key logging by default in *all* builds.
43
# Logging still needs to be enabled at runtime through env vars.
44
NSS_ALLOW_SSLKEYLOGFILE ?= $(if $(BUILD_OPT),0,1)
45
ifeq (1,$(NSS_ALLOW_SSLKEYLOGFILE))
46
DEFINES += -DNSS_ALLOW_SSLKEYLOGFILE=1
43
DEFINES += -DNSS_ALLOW_SSLKEYLOGFILE=1
47
endif
48
44
49
#######################################################################
45
#######################################################################
50
# (5) Execute "global" rules. (OPTIONAL)                              #
46
# (5) Execute "global" rules. (OPTIONAL)                              #

Return to bug 587116