public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo commit in src/patchsets/mozilla-thunderbird/2.0.0.9: 016_firefox-nss-3.12-asneeded.patch
@ 2008-02-02 17:30 Raul Porcel (armin76)
  0 siblings, 0 replies; only message in thread
From: Raul Porcel (armin76) @ 2008-02-02 17:30 UTC (permalink / raw
  To: gentoo-commits

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_firefox-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=1.1&view=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=1.1&content-type=text/plain

Index: 016_firefox-nss-3.12-asneeded.patch
===================================================================
# Fix a FTBFS with system libnss (caused by bad linking order with libcrmf)
# by Fabien Tassin <fta@sofaraway.org>

Index: seamonkey-1.1.4/configure.in
===================================================================
--- 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=1 )
 
 if test -n "$_USE_SYSTEM_NSS"; then
     AM_PATH_NSS(3.0.0, [MOZ_NATIVE_NSS=1], [MOZ_NATIVE_NSS=])
 fi
 
 if test -n "$MOZ_NATIVE_NSS"; then
-   NSS_LIBS="$NSS_LIBS -lcrmf"
+   NSS_LIBS=" -lcrmf $NSS_LIBS"
 else
    NSS_CFLAGS='-I$(DIST)/public/nss'
    NSS_DEP_LIBS='\\\
         $(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)'




-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-02-02 17:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-02 17:30 [gentoo-commits] gentoo commit in src/patchsets/mozilla-thunderbird/2.0.0.9: 016_firefox-nss-3.12-asneeded.patch Raul Porcel (armin76)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox