diff options
author | Nirbheek Chauhan <nirbheek@gentoo.org> | 2010-03-24 22:31:07 +0000 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@gentoo.org> | 2010-03-24 22:31:07 +0000 |
commit | d3948b3df0f4c14e5354b4219564a5a0e2bdbeca (patch) | |
tree | 754e7a9424c0c3695911515ee345a9c6bcb05e3d /dev-libs/nss/files | |
parent | Fix incorrect PBS_NODEFILE with newer glibc fix. #309755 (diff) | |
download | gentoo-2-d3948b3df0f4c14e5354b4219564a5a0e2bdbeca.tar.gz gentoo-2-d3948b3df0f4c14e5354b4219564a5a0e2bdbeca.tar.bz2 gentoo-2-d3948b3df0f4c14e5354b4219564a5a0e2bdbeca.zip |
Bump to 3.12.6; no upstream release, so we have our own little tarball extracted from the firefox-3.6.2 sources.
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'dev-libs/nss/files')
-rw-r--r-- | dev-libs/nss/files/nss-3.12.6-gentoo-fixup-warnings.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dev-libs/nss/files/nss-3.12.6-gentoo-fixup-warnings.patch b/dev-libs/nss/files/nss-3.12.6-gentoo-fixup-warnings.patch new file mode 100644 index 000000000000..bf2a86583080 --- /dev/null +++ b/dev-libs/nss/files/nss-3.12.6-gentoo-fixup-warnings.patch @@ -0,0 +1,10 @@ +--- nss-3.12.6b/mozilla/security/coreconf/Linux.mk-old 2010-02-11 12:43:26.000000000 -0600 ++++ nss-3.12.6b/mozilla/security/coreconf/Linux.mk 2010-02-14 09:13:53.962449644 -0600 +@@ -120,6 +120,7 @@ + ifdef MOZ_DEBUG_SYMBOLS + OPTIMIZER += -gstabs+ + endif ++OPTIMIZER += -fno-strict-aliasing + endif + + |