make libxmlsec be built again with SYSTEM_MOZILLA=YES
This commit is contained in:
parent
d6b626c6a9
commit
5e80f012e7
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ EXTERNAL_WARNINGS_NOT_ERRORS := TRUE
|
|||
|
||||
.INCLUDE : settings.mk
|
||||
|
||||
.IF "$(ENABLE_NSS_MODULE)" == "NO"
|
||||
.IF "$(ENABLE_NSS_MODULE)" == "NO" && "$(SYSTEM_MOZILLA)" != "YES"
|
||||
@all:
|
||||
@echo "NSS module disabled => no libxmlsec...."
|
||||
.ENDIF
|
||||
|
|
Loading…
Reference in a new issue