[Libreoffice-commits] .: postprocess/packcomponents

Matus Kukan mkukan at kemper.freedesktop.org
Tue Aug 9 15:55:23 PDT 2011


 postprocess/packcomponents/makefile.mk |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 5eb0b845a1fa9f120199bad64b7f705e8c3d105c
Author: Matúš Kukan <matus.kukan at gmail.com>
Date:   Wed Aug 10 00:52:49 2011 +0200

    do not try to deliver .component file when it's not there

diff --git a/postprocess/packcomponents/makefile.mk b/postprocess/packcomponents/makefile.mk
index ebb508d..885c2dd 100644
--- a/postprocess/packcomponents/makefile.mk
+++ b/postprocess/packcomponents/makefile.mk
@@ -283,12 +283,14 @@ my_components += \
     component/xmlsecurity/util/xmlsecurity \
     component/xmlsecurity/util/xsec_fw \
     pl
+.IF "$(SYSTEM_MOZILLA)" == "YES" || "$(ENABLE_NSS_MODULE)" == "YES"
 .IF "$(OS)" == "WNT"
 my_components += component/xmlsecurity/util/xsec_xmlsec.windows
 .ELSE
 my_components += component/xmlsecurity/util/xsec_xmlsec
 .END
 .END
+.END
 
 .IF "$(OS)" == "MACOSX"
 my_components += \


More information about the Libreoffice-commits mailing list