diff options
Diffstat (limited to 'external/nss/nss.patch')
-rw-r--r-- | external/nss/nss.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/external/nss/nss.patch b/external/nss/nss.patch index 37caae09aeb7..95a00491c512 100644 --- a/external/nss/nss.patch +++ b/external/nss/nss.patch @@ -48,7 +48,7 @@ endif endif -+ifeq ($(SYSTEM_ZLIB),YES) ++ifneq ($(SYSTEM_ZLIB),) +# Currently (3.12.4) only the tools modutil and signtool are linked with libz +# If USE_SYSTEM_ZLIB is not set then the tools link statically libzlib.a which +# is also build in nss. |