mozilla-shared-nss-db.patch
changeset 367 3fabd9f66322
parent 357 db07eb421d6b
child 382 67f876aafae8
equal deleted inserted replaced
366:15d0aa5d4b63 367:3fabd9f66322
     5 References:
     5 References:
     6 
     6 
     7 diff --git a/config/autoconf.mk.in b/config/autoconf.mk.in
     7 diff --git a/config/autoconf.mk.in b/config/autoconf.mk.in
     8 --- a/config/autoconf.mk.in
     8 --- a/config/autoconf.mk.in
     9 +++ b/config/autoconf.mk.in
     9 +++ b/config/autoconf.mk.in
    10 @@ -571,16 +571,20 @@ MOZ_LIBNOTIFY_LIBS	= @MOZ_LIBNOTIFY_LIBS
    10 @@ -567,16 +567,20 @@ MOZ_LIBNOTIFY_LIBS	= @MOZ_LIBNOTIFY_LIBS
    11  MOZ_ENABLE_LIBNOTIFY	= @MOZ_ENABLE_LIBNOTIFY@
    11  MOZ_ENABLE_LIBNOTIFY	= @MOZ_ENABLE_LIBNOTIFY@
    12  
    12  
    13  MOZ_ALSA_LIBS           = @MOZ_ALSA_LIBS@
    13  MOZ_ALSA_LIBS           = @MOZ_ALSA_LIBS@
    14  
    14  
    15  GLIB_CFLAGS	= @GLIB_CFLAGS@
    15  GLIB_CFLAGS	= @GLIB_CFLAGS@
    29  MDDEPDIR        := @MDDEPDIR@
    29  MDDEPDIR        := @MDDEPDIR@
    30  CC_WRAPPER = @CC_WRAPPER@
    30  CC_WRAPPER = @CC_WRAPPER@
    31 diff --git a/configure.in b/configure.in
    31 diff --git a/configure.in b/configure.in
    32 --- a/configure.in
    32 --- a/configure.in
    33 +++ b/configure.in
    33 +++ b/configure.in
    34 @@ -8016,16 +8016,31 @@ AC_SUBST(QCMS_LIBS)
    34 @@ -8093,16 +8093,31 @@ AC_SUBST(QCMS_LIBS)
    35  
    35  
    36  dnl ========================================================
    36  dnl ========================================================
    37  dnl HarfBuzz
    37  dnl HarfBuzz
    38  dnl ========================================================
    38  dnl ========================================================
    39  MOZ_HARFBUZZ_LIBS='$(DEPTH)/gfx/harfbuzz/src/$(LIB_PREFIX)mozharfbuzz.$(LIB_SUFFIX)'
    39  MOZ_HARFBUZZ_LIBS='$(DEPTH)/gfx/harfbuzz/src/$(LIB_PREFIX)mozharfbuzz.$(LIB_SUFFIX)'
    59  dnl ========================================================
    59  dnl ========================================================
    60  MOZ_OTS_LIBS='$(DEPTH)/gfx/ots/src/$(LIB_PREFIX)mozots.$(LIB_SUFFIX)'
    60  MOZ_OTS_LIBS='$(DEPTH)/gfx/ots/src/$(LIB_PREFIX)mozots.$(LIB_SUFFIX)'
    61  AC_SUBST(MOZ_OTS_LIBS)
    61  AC_SUBST(MOZ_OTS_LIBS)
    62  
    62  
    63  dnl ========================================================
    63  dnl ========================================================
    64  dnl disable xul
    64  dnl Skia 
    65  dnl ========================================================
    65  dnl ========================================================
    66 diff --git a/security/manager/ssl/src/Makefile.in b/security/manager/ssl/src/Makefile.in
    66 diff --git a/security/manager/ssl/src/Makefile.in b/security/manager/ssl/src/Makefile.in
    67 --- a/security/manager/ssl/src/Makefile.in
    67 --- a/security/manager/ssl/src/Makefile.in
    68 +++ b/security/manager/ssl/src/Makefile.in
    68 +++ b/security/manager/ssl/src/Makefile.in
    69 @@ -113,12 +113,14 @@ CSRCS += md4.c
    69 @@ -114,12 +114,14 @@ CSRCS += md4.c
    70  
    70  
    71  
    71  
    72  EXTRA_DEPS = $(NSS_DEP_LIBS)
    72  EXTRA_DEPS = $(NSS_DEP_LIBS)
    73  
    73  
    74  DEFINES += -DNSS_ENABLE_ECC
    74  DEFINES += -DNSS_ENABLE_ECC
   107  #include "nsSSLThread.h"
   107  #include "nsSSLThread.h"
   108  #include "nsCertVerificationThread.h"
   108  #include "nsCertVerificationThread.h"
   109  
   109  
   110  #include "nsNetUtil.h"
   110  #include "nsNetUtil.h"
   111  #include "nsAppDirectoryServiceDefs.h"
   111  #include "nsAppDirectoryServiceDefs.h"
   112 @@ -1727,18 +1734,34 @@ nsNSSComponent::InitializeNSS(PRBool sho
   112 @@ -1725,18 +1732,34 @@ nsNSSComponent::InitializeNSS(bool showW
   113      ConfigureInternalPKCS11Token();
   113      ConfigureInternalPKCS11Token();
   114  
   114  
   115      // The NSS_INIT_NOROOTINIT flag turns off the loading of the root certs
   115      // The NSS_INIT_NOROOTINIT flag turns off the loading of the root certs
   116      // module by NSS_Initialize because we will load it in InstallLoadableRoots
   116      // module by NSS_Initialize because we will load it in InstallLoadableRoots
   117      // later.  It also allows us to work around a bug in the system NSS in
   117      // later.  It also allows us to work around a bug in the system NSS in
   147        }
   147        }
   148        else {
   148        else {
   149 diff --git a/toolkit/library/Makefile.in b/toolkit/library/Makefile.in
   149 diff --git a/toolkit/library/Makefile.in b/toolkit/library/Makefile.in
   150 --- a/toolkit/library/Makefile.in
   150 --- a/toolkit/library/Makefile.in
   151 +++ b/toolkit/library/Makefile.in
   151 +++ b/toolkit/library/Makefile.in
   152 @@ -138,17 +138,17 @@ ifdef MOZ_DEBUG
   152 @@ -126,17 +126,17 @@ EXTRA_DSO_LDOPTS += -INCREMENTAL:NO
   153  EXTRA_DSO_LDOPTS += -INCREMENTAL:NO
   153  endif
   154  endif
   154  endif
   155  endif
   155  endif
   156  
   156  
   157  EXTRA_DSO_LDOPTS += $(LIBS_DIR) $(EXTRA_DSO_LIBS)
   157  EXTRA_DSO_LDOPTS += $(LIBS_DIR) $(EXTRA_DSO_LIBS)
   158  
   158