diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-07-16 11:18:09 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-07-17 00:08:32 +0200 |
commit | ab7d4fb421d7d765f832cd4c7fd8cb10004b8a70 (patch) | |
tree | 99081f15eb41ae230ed2498f78ec93fbd7efc66c /CHANGES | |
parent | d01d8823a26d873673b1398aadd9bf779fd67a4b (diff) | |
download | buildroot-novena-ab7d4fb421d7d765f832cd4c7fd8cb10004b8a70.tar.gz buildroot-novena-ab7d4fb421d7d765f832cd4c7fd8cb10004b8a70.zip |
mysql_client: Bump to 5.1.47 and fix build
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>
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -20,10 +20,10 @@ gawk, gstreamer, gzip, intltool, ipsec-tools, iptables, libart, libcgi, libfuse, libgpg-error, libidn, liblockfile, libpng, links, linux-fusion, lmbench, lrzsz, make, - module-init-tools, nbd, ncurses, netperf, ntfsprogs, openssl, - php, qt, quagga, sqlite, sdl, sdl_mixer, sdl_sound, sdl_ttf, - squashfs, tn5250, tremor, usbutils, xkeyboard-config, - xserver_xorg-server, xvkbd + module-init-tools, mysql_client, nbd, ncurses, netperf, + ntfsprogs, openssl, php, qt, quagga, sqlite, sdl, sdl_mixer, + sdl_sound, sdl_ttf, squashfs, tn5250, tremor, usbutils, + xkeyboard-config, xserver_xorg-server, xvkbd Removed packages: modutils, portage, rxvt |