Kaydet (Commit) 2b5203c9 authored tarafından David Tardon's avatar David Tardon

unoxml needs to link with raptor2 now

Change-Id: Icbe5ac8e20b5a05fdba4ed7b8a287c3d9e94d2da
üst 56f9378d
...@@ -8826,11 +8826,10 @@ AC_SUBST([LIBGCRYPT_LIBS]) ...@@ -8826,11 +8826,10 @@ AC_SUBST([LIBGCRYPT_LIBS])
dnl =================================================================== dnl ===================================================================
dnl Check for system redland dnl Check for system redland
dnl =================================================================== dnl ===================================================================
dnl versions before 1.0.8 write RDF/XML that is useless for ODF (@xml:base) dnl redland: versions before 1.0.8 write RDF/XML that is useless for ODF (@xml:base)
libo_CHECK_SYSTEM_MODULE([redland],[REDLAND],[redland >= 1.0.8]) dnl raptor2: need at least 2.0.7 for CVE-2012-0037
libo_CHECK_SYSTEM_MODULE([redland],[REDLAND],[redland >= 1.0.8 raptor2 >= 2.0.7])
if test "$with_system_redland" = "yes"; then if test "$with_system_redland" = "yes"; then
# need at least 2.0.7 for CVE-2012-0037
PKG_CHECK_MODULES([RAPTOR2],[raptor2 >= 2.0.7])
libo_MINGW_CHECK_DLL([librdf]) libo_MINGW_CHECK_DLL([librdf])
libo_MINGW_TRY_DLL([libraptor]) libo_MINGW_TRY_DLL([libraptor])
libo_MINGW_TRY_DLL([librasqal]) libo_MINGW_TRY_DLL([librasqal])
......
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