https://bugs.documentfoundation.org/show_bug.cgi?id=138949
--- Comment #8 from Lionel Elie Mamane <[email protected]> --- (In reply to Michael Meeks from comment #6) > AFAIR the Mysql connector library is not helpfully licensed, and so not > compiled in. > > connectivity/source/drivers/mysqlc/mysqlc_general.h: > > #include <config_lgpl.h> > > I forget what we did to try to address that; it's possible that the code was > re-written to target the mariadb C library directly Yes, it was. So we switched from dependency on a GPL (+ exceptions) library (the MySQL C++ connector) to a dependency on an LGPL library only (the MariaDB C library). Is LGPL not allowed in the Collabora builds? -- You are receiving this mail because: You are the assignee for the bug.
