diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-12-19 13:19:57 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-12-20 14:20:47 +0000 |
commit | 8092d344fa8cf9af692bc4e0ea544738a299b835 (patch) | |
tree | 466efa641d64e6ebf43840609a6aa50032276f31 /sd | |
parent | 862ae89a14e6052fd0ff91ee4c143c35829f8e01 (diff) |
use new ENABLE_NSS for code which needs nss
which isn't available on a static-only build (iOS and fuzzing) and
android
Change-Id: I99bb7c0b45d4499579ddf73f469a762ddcae99ab
Reviewed-on: https://gerrit.libreoffice.org/32182
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sd')
-rw-r--r-- | sd/Library_sd.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/Library_sd.mk b/sd/Library_sd.mk index ae4bed45298e..184cb8baa892 100644 --- a/sd/Library_sd.mk +++ b/sd/Library_sd.mk @@ -94,7 +94,7 @@ $(eval $(call gb_Library_use_libraries,sd,\ ucbhelper \ utl \ vcl \ - $(if $(filter-out ANDROID IOS,$(OS)),xmlsecurity) \ + $(if $(ENABLE_NSS),xmlsecurity) \ $(gb_UWINAPI) \ )) |