mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 429133: Parts of NSS are not in the SDK. r=bsmedberg, a=damons
This commit is contained in:
parent
792227aff7
commit
b8b7964a79
@ -74,6 +74,28 @@ SOFTOKEN3_LIB = $(DLL_PREFIX)softokn3$(DLL_SUFFIX)
|
|||||||
SOFTOKEN3_CHK = $(DLL_PREFIX)softokn3.chk
|
SOFTOKEN3_CHK = $(DLL_PREFIX)softokn3.chk
|
||||||
NSSDBM3_LIB = $(DLL_PREFIX)nssdbm3$(DLL_SUFFIX)
|
NSSDBM3_LIB = $(DLL_PREFIX)nssdbm3$(DLL_SUFFIX)
|
||||||
|
|
||||||
|
ifndef MOZ_NATIVE_NSS
|
||||||
|
ifneq (,$(filter OS2 WINCE WINNT,$(OS_ARCH)))
|
||||||
|
SDK_LIBS = \
|
||||||
|
$(DIST)/lib/$(LIB_PREFIX)crmf.$(LIB_SUFFIX) \
|
||||||
|
$(DIST)/lib/$(LIB_PREFIX)smime3.$(IMPORT_LIB_SUFFIX) \
|
||||||
|
$(DIST)/lib/$(LIB_PREFIX)ssl3.$(IMPORT_LIB_SUFFIX) \
|
||||||
|
$(DIST)/lib/$(LIB_PREFIX)nss3.$(IMPORT_LIB_SUFFIX) \
|
||||||
|
$(DIST)/lib/$(LIB_PREFIX)nssutil3.$(IMPORT_LIB_SUFFIX) \
|
||||||
|
$(DIST)/lib/$(LIB_PREFIX)softokn3.$(IMPORT_LIB_SUFFIX) \
|
||||||
|
$(NULL)
|
||||||
|
else
|
||||||
|
SDK_LIBS = \
|
||||||
|
$(DIST)/lib/$(LIB_PREFIX)crmf.$(LIB_SUFFIX) \
|
||||||
|
$(DIST)/lib/$(LIB_PREFIX)smime.$(LIB_SUFFIX) \
|
||||||
|
$(DIST)/lib/$(LIB_PREFIX)ssl.$(LIB_SUFFIX) \
|
||||||
|
$(DIST)/lib/$(LIB_PREFIX)nss.$(LIB_SUFFIX) \
|
||||||
|
$(DIST)/lib/$(LIB_PREFIX)nssutil.$(LIB_SUFFIX) \
|
||||||
|
$(DIST)/lib/$(LIB_PREFIX)softokn.$(LIB_SUFFIX) \
|
||||||
|
$(NULL)
|
||||||
|
endif
|
||||||
|
endif
|
||||||
|
|
||||||
# Default
|
# Default
|
||||||
HAVE_FREEBL_LIBS = 1
|
HAVE_FREEBL_LIBS = 1
|
||||||
|
|
||||||
@ -273,6 +295,7 @@ endif
|
|||||||
$(INSTALL) -m 755 $(DIST)/lib/$(NSSUTIL3_LIB) $(DIST)/bin
|
$(INSTALL) -m 755 $(DIST)/lib/$(NSSUTIL3_LIB) $(DIST)/bin
|
||||||
$(INSTALL) -m 755 $(DIST)/lib/$(SSL3_LIB) $(DIST)/bin
|
$(INSTALL) -m 755 $(DIST)/lib/$(SSL3_LIB) $(DIST)/bin
|
||||||
$(INSTALL) -m 755 $(DIST)/lib/$(SMIME3_LIB) $(DIST)/bin
|
$(INSTALL) -m 755 $(DIST)/lib/$(SMIME3_LIB) $(DIST)/bin
|
||||||
|
$(INSTALL) -m 755 $(SDK_LIBS) $(DIST)/sdk/lib
|
||||||
ifdef HAVE_FREEBL_LIBS
|
ifdef HAVE_FREEBL_LIBS
|
||||||
ifndef SKIP_CHK
|
ifndef SKIP_CHK
|
||||||
$(INSTALL) -m 644 $(DIST)/lib/$(FREEBL_CHK) $(DIST)/bin
|
$(INSTALL) -m 644 $(DIST)/lib/$(FREEBL_CHK) $(DIST)/bin
|
||||||
|
Loading…
Reference in New Issue
Block a user