libreoffice/libreoffice-5.1.1.3-disable-test-hsqldb.patch
Andrey Bondrov 69502c4dbb New version 5.1.1.3
Add new icons style breeze
Move sifr icons style from common to individual subpackage
Drop obsolete crystal icons style
Disable deprecated and broken telepathy support
Disable gobject introspection (wasn't enabled in previous releases)
Add appdata files
2016-04-04 18:59:06 +10:00

16 lines
695 B
Diff

diff -urN libreoffice-5.1.1.3/dbaccess/Module_dbaccess.mk libreoffice-5.1.1.3-patched/dbaccess/Module_dbaccess.mk
--- libreoffice-5.1.1.3/dbaccess/Module_dbaccess.mk 2016-03-01 09:20:43.000000000 +1000
+++ libreoffice-5.1.1.3-patched/dbaccess/Module_dbaccess.mk 2016-04-03 02:25:16.465949490 +1000
@@ -49,12 +49,6 @@
CppunitTest_dbaccess_RowSetClones) \
))
-ifeq ($(ENABLE_JAVA),TRUE)
-$(eval $(call gb_Module_add_check_targets,dbaccess,\
- CppunitTest_dbaccess_hsqldb_test \
-))
-endif
-
# This runs a suite of peformance tests on embedded firebird and HSQLDB.
# Instructions on running the test can be found in qa/unit/embeddedb_performancetest
ifeq ($(ENABLE_FIREBIRD_SDBC),TRUE)