diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2010-06-25 23:18:43 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-06-25 23:18:43 +0200 |
commit | c59d700786641403e10f33249b37a9f8f5a4712b (patch) | |
tree | a7459aa51bccc9d2c7241ecbb81c6b30f46bd267 /CHANGES | |
parent | f4abd4e61215b119d38ccba011a901732ce704e4 (diff) | |
download | buildroot-novena-c59d700786641403e10f33249b37a9f8f5a4712b.tar.gz buildroot-novena-c59d700786641403e10f33249b37a9f8f5a4712b.zip |
dropbear: override detection of struct sockaddr_storage
Configure misdetects this as no, but the result is not used for anything.
Unfortunately it breaks the build for other packages also checking for
struct sockaddr_storage (like rsync) when using a shared config cache,
so force it to yes.
Reported-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -14,10 +14,10 @@ luasocket, rings, wsapi, xavante, xterm Updated/fixed packages: berkeleydb, busybox, cdrkit, dash, - dialog, diffutils, distcc, dmalloc, dnsmasq, fbv, file, gawk, - gstreamer, gzip, intltool, ipsec-tools, iptables, libart, - libfuse, libgpg-error, libidn, liblockfile, links, lmbench, - lrzsz, make, module-init-tools, nbd, ncurses, netperf, + dialog, diffutils, distcc, dmalloc, dnsmasq, dropbear, fbv, + file, gawk, gstreamer, gzip, intltool, ipsec-tools, iptables, + libart, libfuse, libgpg-error, libidn, liblockfile, links, + lmbench, lrzsz, make, module-init-tools, nbd, ncurses, netperf, ntfsprogs, openssl, php, qt, quagga, sqlite, sdl, sdl_mixer, sdl_ttf, squashfs, tn5250, usbutils, xkeyboard-config |