mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 710268 - Sign NSS libraries only when they exist; r=dtownsend
This commit is contained in:
parent
f5918cd8f9
commit
671a7f1d7e
@ -571,8 +571,8 @@ FREEBL_64FPU = $(DIST)/$(STAGEPATH)$(MOZ_PKG_DIR)$(_BINPATH)/$(DLL_PREFIX)freebl
|
||||
FREEBL_64INT = $(DIST)/$(STAGEPATH)$(MOZ_PKG_DIR)$(_BINPATH)/$(DLL_PREFIX)freebl_64int_3$(DLL_SUFFIX)
|
||||
|
||||
SIGN_NSS += \
|
||||
$(SIGN_CMD) $(SOFTOKN) && \
|
||||
$(SIGN_CMD) $(NSSDBM) && \
|
||||
if test -f $(SOFTOKN); then $(SIGN_CMD) $(SOFTOKN); fi && \
|
||||
if test -f $(NSSDBM); then $(SIGN_CMD) $(NSSDBM); fi && \
|
||||
if test -f $(FREEBL); then $(SIGN_CMD) $(FREEBL); fi && \
|
||||
if test -f $(FREEBL_32FPU); then $(SIGN_CMD) $(FREEBL_32FPU); fi && \
|
||||
if test -f $(FREEBL_32INT); then $(SIGN_CMD) $(FREEBL_32INT); fi && \
|
||||
@ -581,7 +581,7 @@ SIGN_NSS += \
|
||||
if test -f $(FREEBL_64INT); then $(SIGN_CMD) $(FREEBL_64INT); fi;
|
||||
|
||||
endif # MOZ_PSM
|
||||
endif # !CROSS_COMPILE
|
||||
endif # MOZ_CAN_RUN_PROGRAMS
|
||||
|
||||
NO_PKG_FILES += \
|
||||
core \
|
||||
|
Loading…
Reference in New Issue
Block a user