Kaydet (Commit) da2cdc88 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

The bundled expat is nowadays built as a single libexat

We now have a single libexpat instead of libascii_expat_xmlparse and
libexpat_xmltok. Hmm, no idea when that changed, but OK, that just simplifies
the fontconfig patch. (Note that the bundled fontconfig is used only for
Android.)

Change-Id: I3973d35a566bd3c86b013c96b7f3a6a8e249c2c0
üst e15f9cea
......@@ -29,15 +29,6 @@
if test "x$supports_anon_versioning" = xyes; then
archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
@@ -14073,7 +14073,7 @@
no)
;;
*)
- EXPAT_LIBS="-L$expat_lib -lexpat"
+ EXPAT_LIBS="-L$expat_lib -lascii_expat_xmlparse -lexpat_xmltok"
;;
esac
--- misc/build/fontconfig-2.8.0/src/fcxml.c
+++ misc/build/fontconfig-2.8.0/src/fcxml.c
@@ -1123,6 +1123,7 @@
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment