summaryrefslogtreecommitdiff
path: root/mysqlc/Extension_mysql-connector-ooo.mk
AgeCommit message (Collapse)AuthorFilesLines
2014-03-11normalize values of BUNDLE_MARIADBMichael Stahl1-1/+1
Change-Id: I993640f5d4042a75f64fbdd9a6f1e4157a72f909
2014-02-12normalize values of SYSTEM_PYTHON, SYSTEM_MYSQL_CPPCONNMichael Stahl1-1/+1
Change-Id: I8932febdd39c35f23fb3a89703b69e25302f5678
2013-11-04gbuild: fix gb_Extension_use_default_descriptionMichael Stahl1-1/+1
Passing a target local variable like $(LOCATION) to gb_Extension_add_file does not result in an actual dependency on the file. Change-Id: Ide77ab81f19877267056bf8e50d69c9cfedcda79
2013-10-19fdo#70496 revert to using libmysqlclientLionel Elie Mamane1-0/+6
Change-Id: I5b98b5e7840e4f1c6005aee0c1f43ef814ecf77b
2013-03-11No need to copy any library from any pathFridrich Štrba1-8/+0
Change-Id: Iac0b88ea48b3ed7b989d38b0473f6993d899f430
2013-03-07Make gb_Extension_use_default_description/license explicitStephan Bergmann1-0/+3
...as a prerequisite for gbuild'ifying desktop/test/deployment/passive/, which builds a test extension that does not match those default description/license settings. Change-Id: I200ff0ceb9750ed4b1c187305f10469f789d29cb
2013-03-06Switch from libmysqlc library to mariadb-native-clientFridrich Štrba1-2/+2
Change-Id: I867918bbb61b289e1ad8752e6f46705af6e85b7c
2013-02-20fdo#60907 export libmysql file name'David Tardon1-1/+1
Change-Id: I294301e0f87924ac89c16c99f0549c98a7ea7da5
2013-02-07mysqlc: remove component_writeInfo with passive registrationMichael Stahl1-0/+2
Change-Id: I8ffa5ba2bbbd15533ea5097e0b018be3766ecc8b
2013-01-28mysqlc: tweak gbuild conversion:Michael Stahl1-4/+2
- the mysqlc library did link against the mysqlcppconn only when a SYSTEM_MYSQL_CPPCONN is used - mysqlc is an EXTENSIONLIB, mysqlcppconn is PLAINLIBS_NONE - one N was missing in Extension makefile, and use gb_Extension_add_library to put in mysqlcppconn - manifest.xml, description.xml: update PLACEHOLDERS Change-Id: If45714f81056a6c1a4cb3380b50cc3dcc0443bb8
2013-01-28convert mysqlc to gbuild and add to tail_buildPeter Foley1-0/+34
Change-Id: Ia64bc884ed04a5d5652fb743f543a39e6b6bbcf2 Reviewed-on: https://gerrit.libreoffice.org/1901 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>