diff options
author | Tamas Bunth <tamas.bunth@collabora.co.uk> | 2018-10-08 11:04:48 +0200 |
---|---|---|
committer | Tamás Bunth <btomi96@gmail.com> | 2018-10-14 22:16:05 +0200 |
commit | b2cefc2e36925b4384eb0aea54aa2c6bcfb018a8 (patch) | |
tree | f1ab6e9fec3c66f0a3285b3ffffcbae38dc7185d /Repository.mk | |
parent | ba6723431afa843232fadf44e12ddab44e85c9f0 (diff) |
Revert removal of mysql jdbc connector
And also make some minor fixes so it cooperates with the new mysqlc
library.
Change-Id: I866add99a699150c6550ee7f7ff2ee947e07117c
Reviewed-on: https://gerrit.libreoffice.org/61648
Tested-by: Jenkins
Reviewed-by: Tamás Bunth <btomi96@gmail.com>
Diffstat (limited to 'Repository.mk')
-rw-r--r-- | Repository.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Repository.mk b/Repository.mk index 7376e0391d6f..f7162e48e080 100644 --- a/Repository.mk +++ b/Repository.mk @@ -403,6 +403,7 @@ $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ooo, \ msfilter \ $(call gb_Helper_optional,SCRIPTING,msforms) \ mtfrenderer \ + $(call gb_Helper_optional,DBCONNECTIVITY,mysql_jdbc) \ $(call gb_Helper_optional,DBCONNECTIVITY,mysqlc) \ numbertext \ odbc \ |