From 7fe959c525da1fb570f6d215d91f84180be0fa4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Fri, 30 Aug 2013 17:20:06 +0100 Subject: [PATCH] unit test flaw in RHEL-6 --- libreoffice-rhel6poppler.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/libreoffice-rhel6poppler.patch b/libreoffice-rhel6poppler.patch index 3d293ad..899dd1b 100644 --- a/libreoffice-rhel6poppler.patch +++ b/libreoffice-rhel6poppler.patch @@ -36,3 +36,17 @@ namespace pdfi { +--- a/sdext/Module_sdext.mk ++++ b/sdext/Module_sdext.mk +@@ -32,11 +32,6 @@ $(eval $(call gb_Module_add_targets,sdext,\ + StaticLibrary_pdfimport_s \ + )) + +-$(eval $(call gb_Module_add_check_targets,sdext,\ +- CppunitTest_pdfimport \ +- Executable_pdf2xml \ +- Executable_pdfunzip \ +-)) + endif + + # vim:set noet sw=4 ts=4: