From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1JLMC9-0007Fo-WD for garchives@archives.gentoo.org; Sat, 02 Feb 2008 17:30:26 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BB35BE05EF; Sat, 2 Feb 2008 17:30:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 8DA25E05EF for ; Sat, 2 Feb 2008 17:30:24 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 0201865F07 for ; Sat, 2 Feb 2008 17:30:24 +0000 (UTC) Received: from armin76 by stork.gentoo.org with local (Exim 4.68) (envelope-from ) id 1JLMC6-0000a3-TQ for gentoo-commits@lists.gentoo.org; Sat, 02 Feb 2008 17:30:22 +0000 From: "Raul Porcel (armin76)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, armin76@gentoo.org Subject: [gentoo-commits] gentoo commit in src/patchsets/mozilla-thunderbird/2.0.0.9: 016_firefox-nss-3.12-asneeded.patch X-VCS-Repository: gentoo X-VCS-Files: 016_firefox-nss-3.12-asneeded.patch X-VCS-Directories: src/patchsets/mozilla-thunderbird/2.0.0.9 X-VCS-Committer: armin76 X-VCS-Committer-Name: Raul Porcel Content-Type: text/plain; charset=utf8 Message-Id: Sender: Raul Porcel Date: Sat, 02 Feb 2008 17:30:22 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 7c3bc431-217b-4e98-857e-8f1d124c7bec X-Archives-Hash: 49f9bf6c0b9653922954a9d94698dc63 armin76 08/02/02 17:30:22 Added: 016_firefox-nss-3.12-asneeded.patch Log: Add patch for bug #208212 Revision Changes Path 1.1 src/patchsets/mozilla-thunderbird/2.0.0.9/016_firefo= x-nss-3.12-asneeded.patch file : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/mozilla-= thunderbird/2.0.0.9/016_firefox-nss-3.12-asneeded.patch?rev=3D1.1&view=3D= markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/mozilla-= thunderbird/2.0.0.9/016_firefox-nss-3.12-asneeded.patch?rev=3D1.1&content= -type=3Dtext/plain Index: 016_firefox-nss-3.12-asneeded.patch =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D # Fix a FTBFS with system libnss (caused by bad linking order with libcrm= f) # by Fabien Tassin Index: seamonkey-1.1.4/configure.in =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- seamonkey-1.1.4.orig/configure.in +++ seamonkey-1.1.4/configure.in @@ -3735,17 +3735,17 @@ [ --with-system-nss Use system installed NSS], _USE_SYSTEM_NSS=3D1 ) =20 if test -n "$_USE_SYSTEM_NSS"; then AM_PATH_NSS(3.0.0, [MOZ_NATIVE_NSS=3D1], [MOZ_NATIVE_NSS=3D]) fi =20 if test -n "$MOZ_NATIVE_NSS"; then - NSS_LIBS=3D"$NSS_LIBS -lcrmf" + NSS_LIBS=3D" -lcrmf $NSS_LIBS" else NSS_CFLAGS=3D'-I$(DIST)/public/nss' NSS_DEP_LIBS=3D'\\\ $(DIST)/lib/$(LIB_PREFIX)crmf.$(LIB_SUFFIX) \\\ $(DIST)/lib/$(DLL_PREFIX)smime'$NSS_VERSION'$(DLL_SUFFIX) \\\ $(DIST)/lib/$(DLL_PREFIX)ssl'$NSS_VERSION'$(DLL_SUFFIX) \\\ $(DIST)/lib/$(DLL_PREFIX)nss'$NSS_VERSION'$(DLL_SUFFIX) \\\ $(DIST)/lib/$(DLL_PREFIX)softokn'$NSS_VERSION'$(DLL_SUFFIX)' --=20 gentoo-commits@lists.gentoo.org mailing list