summaryrefslogtreecommitdiffstats
path: root/dbaccess/Library_dbahsql.mk
diff options
context:
space:
mode:
authorTamas Bunth <tamas.bunth@collabora.co.uk>2018-03-24 18:56:11 +0100
committerTamás Bunth <btomi96@gmail.com>2018-03-29 11:07:51 +0200
commit606cf347404f86ba3d6c94058eb4c470e9e4b596 (patch)
tree4d645e4981b361f277136dcb9fb85e5cfb00b39b /dbaccess/Library_dbahsql.mk
parentchange the infobar message of disabled links to a statement (diff)
downloadcore-606cf347404f86ba3d6c94058eb4c470e9e4b596.tar.gz
core-606cf347404f86ba3d6c94058eb4c470e9e4b596.zip
dbahsql: Unit test for binary import
Also fix bugs shown by the unit test Use boost date/time instead of std, because std::tm cannot handle dates before 1970. Change-Id: I7f5dbb3d828a591a4b51c7204dc3bd39fefc42ff Reviewed-on: https://gerrit.libreoffice.org/51804 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tamás Bunth <btomi96@gmail.com>
Diffstat (limited to 'dbaccess/Library_dbahsql.mk')
-rw-r--r--dbaccess/Library_dbahsql.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/dbaccess/Library_dbahsql.mk b/dbaccess/Library_dbahsql.mk
index bbcdea138a3e..ec684b32136b 100644
--- a/dbaccess/Library_dbahsql.mk
+++ b/dbaccess/Library_dbahsql.mk
@@ -14,7 +14,10 @@ $(eval $(call gb_Library_set_include,dbahsql,\
-I$(WORKDIR)/YaccTarget/connectivity/source/parse \
))
-$(eval $(call gb_Library_use_external,dbahsql,boost_headers))
+$(eval $(call gb_Library_use_externals,dbahsql,\
+ boost_headers \
+ boost_date_time \
+))
$(eval $(call gb_Library_set_precompiled_header,dbahsql,$(SRCDIR)/dbaccess/inc/pch/precompiled_dbahsql))