summaryrefslogtreecommitdiff
path: root/sax/Library_expwrap.mk
diff options
context:
space:
mode:
authorMichael Stahl <mst@openoffice.org>2011-03-14 15:09:39 +0100
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-06-17 01:28:57 +0200
commit9423503ca76b6ce82030fc5634259dcbeccdc39b (patch)
treeb5a55f1d59f3a2199603628267c5f4298b7651aa /sax/Library_expwrap.mk
parente56b1bf7a5203b3dc6ab5f4f9f93c2199d9f7723 (diff)
gnumake4: expat libraries are static [hg:3daa2bed1277]
Diffstat (limited to 'sax/Library_expwrap.mk')
-rw-r--r--sax/Library_expwrap.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/sax/Library_expwrap.mk b/sax/Library_expwrap.mk
index 9c73522b8212..2c03ccf20f07 100644
--- a/sax/Library_expwrap.mk
+++ b/sax/Library_expwrap.mk
@@ -67,7 +67,7 @@ $(eval $(call gb_Library_set_defs,expwrap,\
$$(DEFS) \
-DXML_UNICODE \
))
-$(eval $(call gb_Library_add_linked_libs,expwrap,\
+$(eval $(call gb_Library_add_linked_static_libs,expwrap,\
expat_xmlparse \
expat_xmltok \
))