diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-02-11 16:21:04 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-02-12 09:53:08 +0100 |
commit | 04ff535f72c1fbc5f7dbc8cc54ed9b23f7e130f9 (patch) | |
tree | 52cb40ab9b0e01c26e6b94f1039bc5d36a578f59 /external/nss/nss.patch | |
parent | 23647595d77b85b5dac0d5762987a3ba2533ffd9 (diff) |
normalize values of SYSTEM_ZLIB, SYSTEM_DICTS, SYSTEM_FONTCONFIG
Change-Id: I7530cb9d0797df5fc86695b0379cc44c159d2ab5
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. |