diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2010-07-27 09:25:39 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-07-27 09:26:57 +0200 |
commit | a731c7d6235306a6ecb29ff7848682736fde7a7b (patch) | |
tree | 93b72eef8722fcddeb07599ef4c9d55301478707 /CHANGES | |
parent | 03bb359cb7c3bae307b6facc45aa95ccfaedfb48 (diff) | |
download | buildroot-novena-a731c7d6235306a6ecb29ff7848682736fde7a7b.tar.gz buildroot-novena-a731c7d6235306a6ecb29ff7848682736fde7a7b.zip |
gnuchess: fix configure cache issue with readline
Make sure readline is built before gnuchess if enabled, so it correctly
detects it and doesn't populate tgt-config.cache with invalid values.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 19 |
1 files changed, 10 insertions, 9 deletions
@@ -22,15 +22,16 @@ berkeleydb, bash, blackbox, busybox, bzip2, cdrkit, cmake, dash, dhcp, dialog, diffutils, distcc, dmalloc, dnsmasq, dropbear, e2fsprogs, fbv, file, flex, fontconfig, gawk, gmpc, - gst-plugins-base, gst-plugins-good, gstreamer, gzip, intltool, - ipsec-tools, iptables, iw, libart, libcgi, libdrm, libfuse, - libgpg-error, libidn, liblockfile, libpng, lighttpd, links, - linux-fusion, lmbench, lrzsz, ltrace, make, module-init-tools, - mplayer, mysql_client, nbd, ncurses, neon, netcat, netperf, - ntfsprogs, openssl, php, qt, quagga, setserial, sdl, sdl_mixer, - sdl_sound, sdl_ttf, sqlite, squashfs, swfdec, tftpd, thttpd, - tn5250, tremor, usbutils, webif, wireless_tools, - xkeyboard-config, xserver_xorg-server, xvkbd + gnuchess, gst-plugins-base, gst-plugins-good, gstreamer, gzip, + intltool, ipsec-tools, iptables, iw, libart, libcgi, libdrm, + libfuse, libgpg-error, libidn, liblockfile, libpng, lighttpd, + links, linux-fusion, lmbench, lrzsz, ltrace, make, + module-init-tools, mplayer, mysql_client, nbd, ncurses, neon, + netcat, netperf, ntfsprogs, openssl, php, qt, quagga, + setserial, sdl, sdl_mixer, sdl_sound, sdl_ttf, sqlite, + squashfs, swfdec, tftpd, thttpd, tn5250, tremor, usbutils, + webif, wireless_tools, xkeyboard-config, xserver_xorg-server, + xvkbd Removed packages: modutils, portage, rxvt |