summaryrefslogtreecommitdiffstats
path: root/package/mysql_client/mysql_client.mk
Commit message (Collapse)AuthorAgeFilesLines
* mysql_client : Add /usr/lib/mysql directory in ld.so.conf fileFabien Marteau2011-02-101-0/+5
| | | | | | | Add /usr/lib/mysql directory in ld.so.conf file Signed-off-by: Fabien Marteau <fabien.marteau@armadeus.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mysql_client: bump to 5.1.53 to fix abi check problemThomas Petazzoni2010-12-221-1/+1
| | | | | | | | | | | | | | MySQL 5.1.47 is affected by a bug in one test called the "ABI check", which does not work with recent gcc versions. This bug is referenced as http://bugs.mysql.com/bug.php?id=52514 in MySQL bug tracker. Since it has been fixed in newer versions of MySQL, we simply bump the version to the latest available in the 5.1.x series. The patches have not changed, they have only been refreshed. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mysql_client: convert old-style hook to new-style hookThomas Petazzoni2010-09-121-4/+6
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* mysql_client: Bump to 5.1.47 and fix buildThomas Petazzoni2010-07-171-5/+13
| | | | | | | | | | MySQL build has been broken for quite some time due to the ./configure inability to find out how to use 'ps' to find the PID of a running program. This commit bumps MySQL to the latest version and adds a few patches to fix various build issues, including the 'ps' issue. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: get rid of database subdirPeter Korsgaard2010-04-261-0/+31
Not much point in a seperate subdir for only two packages. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>