[Libreoffice-commits] .: sw/Library_vbaswobj.mk

Lubos Lunak llunak at kemper.freedesktop.org
Fri Sep 23 14:30:35 PDT 2011


 sw/Library_vbaswobj.mk |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit 9933b2ad98cea78f8f7a39a3e120c9663ecc2076
Author: Luboš Luňák <l.lunak at suse.cz>
Date:   Fri Sep 23 23:29:10 2011 +0200

    I wonder if this fixes the libxml build error on tinderbox

diff --git a/sw/Library_vbaswobj.mk b/sw/Library_vbaswobj.mk
index 6958841..7fefb4c 100644
--- a/sw/Library_vbaswobj.mk
+++ b/sw/Library_vbaswobj.mk
@@ -69,6 +69,10 @@ $(eval $(call gb_Library_add_linked_libs,vbaswobj,\
     $(gb_STDLIBS) \
 ))
 
+$(eval $(call gb_Library_use_externals,vbaswobj,\
+	libxml2 \
+))
+
 $(eval $(call gb_Library_add_exception_objects,vbaswobj,\
     sw/source/ui/vba/service \
     sw/source/ui/vba/vbarange \


More information about the Libreoffice-commits mailing list