[Libreoffice-commits] .: RepositoryExternal.mk
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Thu Oct 25 15:55:19 PDT 2012
RepositoryExternal.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 582265477d0ef819125e906cd08e5bf32916088a
Author: Peter Foley <pefoley2 at verizon.net>
Date: Thu Oct 25 18:55:47 2012 -0400
fix gbuildified expat
Change-Id: Idaa56eb209e356c434804ce86b644b33773f44d1
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index cf389b8..04a2aab 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -248,7 +248,7 @@ $(call gb_LinkTarget_set_include,$(1),\
$$(INCLUDE) \
)
-$(if $(filter-out ascii_expat_xmlparse,$(2)),\
+$(if $(filter-out ascii_expat_xmlparse expat_xmltok,$(2)),\
$(call gb_LinkTarget_add_defs,$(1),\
-DXML_UNICODE \
))
More information about the Libreoffice-commits
mailing list