Gentoo Archives: gentoo-commits

From: "Raul Porcel (armin76)" <armin76@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in src/patchsets/mozilla-firefox/2.0.0.11: 016_firefox-nss-3.12-asneeded.patch
Date: Sat, 02 Feb 2008 17:10:10
Message-Id: E1JLLsV-0000M7-Ov@stork.gentoo.org
1 armin76 08/02/02 17:10:07
2
3 Added: 016_firefox-nss-3.12-asneeded.patch
4 Log:
5 Add patch for bug #208212
6
7 Revision Changes Path
8 1.1 src/patchsets/mozilla-firefox/2.0.0.11/016_firefox-nss-3.12-asneeded.patch
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/mozilla-firefox/2.0.0.11/016_firefox-nss-3.12-asneeded.patch?rev=1.1&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/mozilla-firefox/2.0.0.11/016_firefox-nss-3.12-asneeded.patch?rev=1.1&content-type=text/plain
12
13 Index: 016_firefox-nss-3.12-asneeded.patch
14 ===================================================================
15 # Fix a FTBFS with system libnss (caused by bad linking order with libcrmf)
16 # by Fabien Tassin <fta@×××××××××.org>
17
18 Index: seamonkey-1.1.4/configure.in
19 ===================================================================
20 --- seamonkey-1.1.4.orig/configure.in
21 +++ seamonkey-1.1.4/configure.in
22 @@ -3735,17 +3735,17 @@
23 [ --with-system-nss Use system installed NSS],
24 _USE_SYSTEM_NSS=1 )
25
26 if test -n "$_USE_SYSTEM_NSS"; then
27 AM_PATH_NSS(3.0.0, [MOZ_NATIVE_NSS=1], [MOZ_NATIVE_NSS=])
28 fi
29
30 if test -n "$MOZ_NATIVE_NSS"; then
31 - NSS_LIBS="$NSS_LIBS -lcrmf"
32 + NSS_LIBS=" -lcrmf $NSS_LIBS"
33 else
34 NSS_CFLAGS='-I$(DIST)/public/nss'
35 NSS_DEP_LIBS='\\\
36 $(DIST)/lib/$(LIB_PREFIX)crmf.$(LIB_SUFFIX) \\\
37 $(DIST)/lib/$(DLL_PREFIX)smime'$NSS_VERSION'$(DLL_SUFFIX) \\\
38 $(DIST)/lib/$(DLL_PREFIX)ssl'$NSS_VERSION'$(DLL_SUFFIX) \\\
39 $(DIST)/lib/$(DLL_PREFIX)nss'$NSS_VERSION'$(DLL_SUFFIX) \\\
40 $(DIST)/lib/$(DLL_PREFIX)softokn'$NSS_VERSION'$(DLL_SUFFIX)'
41
42
43
44
45 --
46 gentoo-commits@l.g.o mailing list