~ubuntu-branches/ubuntu/natty/nss/natty-security

« back to all changes in this revision

Viewing changes to mozilla/security/coreconf/Linux.mk

  • Committer: Bazaar Package Importer
  • Author(s): Chris Coulson
  • Date: 2010-08-25 16:37:04 UTC
  • mfrom: (1.1.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20100825163704-y89m8vy7qp74u1oq
Tags: 3.12.7-0ubuntu1
* New upstream release v3.12.7 (NSS_3_12_7_RTM)
* Fix some lintian warnings
  - update debian/rules
  - update debian/control
  - udpate debian/copyright
  - update debian/libnss3-1d.postinst
  - update debian/libnss3-1d.postrm
  - update debian/libnss3-1d.preinst
  - update debian/libnss3-1d.prerm 
* Bump minimum nspr version to 4.8.6
  - update debian/control
* Add new API to symbols file
  - update debian/libnss3-1d.symbols

Show diffs side-by-side

added added

removed removed

Lines of Context:
158
158
#
159
159
CPU_TAG = _$(CPU_ARCH)
160
160
 
 
161
#
 
162
# On Linux 2.6 or later, build libfreebl3.so with no NSPR and libnssutil3.so
 
163
# dependencies by default.  Set FREEBL_NO_DEPEND to 0 in the environment to
 
164
# override this.
 
165
#
 
166
ifeq (2.6,$(firstword $(sort 2.6 $(OS_RELEASE))))
 
167
ifndef FREEBL_NO_DEPEND
 
168
FREEBL_NO_DEPEND = 1
 
169
endif
 
170
endif
 
171
 
161
172
USE_SYSTEM_ZLIB = 1
162
173
ZLIB_LIBS = -lz
163
174