~ubuntu-branches/ubuntu/raring/nss/raring-security

« back to all changes in this revision

Viewing changes to mozilla/security/nss/lib/freebl/Makefile

Tags: 3.12.8-0ubuntu0.10.10.1
* New upstream release v3.12.8 (NSS_3_12_8_RTM)
  - Fix browser wildcard certificate validation issue
  - Update root certs
  - Fix SSL deadlocks
* Refresh patches:
  - update debian/patches/38_kbsd.patch
  - update debian/patches/97_SSL_RENEGOTIATE_TRANSITIONAL.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
 
77
77
ifeq ($(FREEBL_NO_DEPEND),1)
78
78
        DEFINES += -DFREEBL_NO_DEPEND
 
79
        LOWHASH_SRCS = stubs.c nsslowhash.c
 
80
        LOWHASH_EXPORTS = nsslowhash.h
 
81
        MAPFILE_SOURCE = freebl_hash.def
 
82
else
 
83
        MAPFILE_SOURCE = freebl.def
79
84
endif
80
85
# NSS_X86 means the target is a 32-bits x86 CPU architecture
81
86
# NSS_X64 means the target is a 64-bits x64 CPU architecture