diff options
author | David Tardon <dtardon@redhat.com> | 2013-06-27 07:29:43 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-06-27 12:35:11 +0200 |
commit | f52bafd6da58d126140fdd9915b567e88926d737 (patch) | |
tree | 66e46e2e9acd5eb1169da7b3f7dc85d53397fb95 /configure.ac | |
parent | ebe3b1c188744062588ab880a09bcaa8d3af2625 (diff) |
unoxml needs to link with raptor2 now
Change-Id: Icbe5ac8e20b5a05fdba4ed7b8a287c3d9e94d2da
(cherry picked from commit 2b5203c9ac4b6a95fa77f1a31fdb7b13e736d37e)
Signed-off-by: Michael Stahl <mstahl@redhat.com>
Conflicts:
configure.ac
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 17f792df86a9..02ffc14c92dc 100644 --- a/configure.ac +++ b/configure.ac @@ -8559,7 +8559,8 @@ if test "$with_system_redland" = "yes"; then AC_MSG_RESULT([external]) SYSTEM_REDLAND=YES dnl versions before 1.0.8 write RDF/XML that is useless for ODF (@xml:base) - PKG_CHECK_MODULES(REDLAND, redland >= 1.0.8) + dnl raptor2: need at least 2.0.7 for CVE-2012-0037 + PKG_CHECK_MODULES(REDLAND, redland >= 1.0.8 raptor2 >= 2.0.7) libo_MINGW_CHECK_DLL([REDLAND], [librdf]) libo_MINGW_TRY_DLL([RAPTOR], [libraptor]) libo_MINGW_TRY_DLL([RASQAL], [librasqal]) |