mozilla-shared-nss-db.patch
changeset 637 73640b76d6c3
parent 612 3006d73ad2fa
child 650 e8c83b144fd1
equal deleted inserted replaced
636:0dd4ede5105c 637:73640b76d6c3
     5 References:
     5 References:
     6 
     6 
     7 diff --git a/configure.in b/configure.in
     7 diff --git a/configure.in b/configure.in
     8 --- a/configure.in
     8 --- a/configure.in
     9 +++ b/configure.in
     9 +++ b/configure.in
    10 @@ -8275,16 +8275,31 @@ AC_SUBST(QCMS_LIBS)
    10 @@ -8191,16 +8191,31 @@ AC_SUBST(QCMS_LIBS)
    11  
    11  
    12  dnl ========================================================
    12  dnl ========================================================
    13  dnl HarfBuzz
    13  dnl HarfBuzz
    14  dnl ========================================================
    14  dnl ========================================================
    15  MOZ_HARFBUZZ_LIBS='$(DEPTH)/gfx/harfbuzz/src/$(LIB_PREFIX)mozharfbuzz.$(LIB_SUFFIX)'
    15  MOZ_HARFBUZZ_LIBS='$(DEPTH)/gfx/harfbuzz/src/$(LIB_PREFIX)mozharfbuzz.$(LIB_SUFFIX)'
    40    MOZ_GRAPHITE_LIBS=
    40    MOZ_GRAPHITE_LIBS=
    41  fi
    41  fi
    42 diff --git a/security/manager/ssl/src/Makefile.in b/security/manager/ssl/src/Makefile.in
    42 diff --git a/security/manager/ssl/src/Makefile.in b/security/manager/ssl/src/Makefile.in
    43 --- a/security/manager/ssl/src/Makefile.in
    43 --- a/security/manager/ssl/src/Makefile.in
    44 +++ b/security/manager/ssl/src/Makefile.in
    44 +++ b/security/manager/ssl/src/Makefile.in
    45 @@ -92,16 +92,19 @@ DEFINES += \
    45 @@ -97,16 +97,19 @@ DEFINES += \
    46    $(NULL)
       
    47  
    46  
    48  EXPORTS += \
    47  EXPORTS += \
    49    CryptoTask.h \
    48    CryptoTask.h \
    50    nsNSSShutDown.h \
    49    nsNSSShutDown.h \
    51    ScopedNSSTypes.h \
    50    ScopedNSSTypes.h \
       
    51    nsRandomGenerator.h \
    52    $(NULL)
    52    $(NULL)
    53  
    53  
    54 +LOCAL_INCLUDES += $(NSSHELPER_CFLAGS)
    54 +LOCAL_INCLUDES += $(NSSHELPER_CFLAGS)
    55 +EXTRA_DSO_LDOPTS += $(NSSHELPER_LIBS)
    55 +EXTRA_DSO_LDOPTS += $(NSSHELPER_LIBS)
    56 +
    56 +
    87  #include "nsCertVerificationThread.h"
    87  #include "nsCertVerificationThread.h"
    88  
    88  
    89  #include "nsNetUtil.h"
    89  #include "nsNetUtil.h"
    90  #include "nsAppDirectoryServiceDefs.h"
    90  #include "nsAppDirectoryServiceDefs.h"
    91  #include "nsDirectoryService.h"
    91  #include "nsDirectoryService.h"
    92 @@ -1682,18 +1689,34 @@ nsNSSComponent::InitializeNSS(bool showW
    92 @@ -1679,18 +1686,34 @@ nsNSSComponent::InitializeNSS(bool showW
    93      ConfigureInternalPKCS11Token();
    93      ConfigureInternalPKCS11Token();
    94  
    94  
    95      // The NSS_INIT_NOROOTINIT flag turns off the loading of the root certs
    95      // The NSS_INIT_NOROOTINIT flag turns off the loading of the root certs
    96      // module by NSS_Initialize because we will load it in InstallLoadableRoots
    96      // module by NSS_Initialize because we will load it in InstallLoadableRoots
    97      // later.  It also allows us to work around a bug in the system NSS in
    97      // later.  It also allows us to work around a bug in the system NSS in
   127        }
   127        }
   128        else {
   128        else {
   129 diff --git a/toolkit/library/Makefile.in b/toolkit/library/Makefile.in
   129 diff --git a/toolkit/library/Makefile.in b/toolkit/library/Makefile.in
   130 --- a/toolkit/library/Makefile.in
   130 --- a/toolkit/library/Makefile.in
   131 +++ b/toolkit/library/Makefile.in
   131 +++ b/toolkit/library/Makefile.in
   132 @@ -500,17 +500,17 @@ EXTRA_DSO_LDOPTS += -INCREMENTAL:NO
   132 @@ -504,17 +504,17 @@ EXTRA_DSO_LDOPTS += -INCREMENTAL:NO
   133  endif
   133  endif
   134  endif
   134  endif
   135  endif
   135  endif
   136  
   136  
   137  EXTRA_DSO_LDOPTS += $(LIBS_DIR) $(EXTRA_DSO_LIBS)
   137  EXTRA_DSO_LDOPTS += $(LIBS_DIR) $(EXTRA_DSO_LIBS)