From 06d7dbb3568889aa50f46d6307a39fa53a17313b Mon Sep 17 00:00:00 2001 From: Thorsten Behrens Date: Sun, 21 May 2017 14:28:57 +0200 Subject: gpg4libre: share static xmlsec lib between nss and gpg In the end, the gpgme implementation uses enough of xmlsec functionality that splitting those (and ending up with two copies) was just not worth it. Change-Id: Ida87c848e4e6a770e3c697add9ceb589a9ec3930 --- postprocess/Rdb_services.mk | 3 --- 1 file changed, 3 deletions(-) (limited to 'postprocess') diff --git a/postprocess/Rdb_services.mk b/postprocess/Rdb_services.mk index 2c6fa74574e1..1aef066f698f 100644 --- a/postprocess/Rdb_services.mk +++ b/postprocess/Rdb_services.mk @@ -109,9 +109,6 @@ $(eval $(call gb_Rdb_add_components,services,\ xmloff/util/xo \ xmlscript/util/xmlscript \ $(if $(ENABLE_NSS), \ - $(if $(filter-out WNT MACOSX ANDROID IOS,$(OS)), \ - xmlsecurity/util/xsec_gpg \ - ) \ xmlsecurity/util/xmlsecurity \ xmlsecurity/util/xsec_xmlsec$(if $(filter WNT,$(OS)),.windows)) \ $(if $(ENABLE_COINMP), \ -- cgit