summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorGustavo Zacarias2011-03-14 18:33:48 +0100
committerPeter Korsgaard2011-04-01 21:56:21 +0200
commit47736c88c3dcc7ec4906bbb80acb194d2211b0c9 (patch)
tree21ace74f852fe4e1df50122c07d7b32906dfd609 /CHANGES
parentquagga: security bump to version 0.99.18 (diff)
downloadbuildroot-47736c88c3dcc7ec4906bbb80acb194d2211b0c9.tar.gz
buildroot-47736c88c3dcc7ec4906bbb80acb194d2211b0c9.tar.xz
buildroot-47736c88c3dcc7ec4906bbb80acb194d2211b0c9.zip
openssl: fix compilation for i386
Closes #3445. OpenSSL emits bswap instructions when building for i386 targets which unfortunately is only available on 486+ class processors. Since the normal workaround is detected at build time and we are cross compiling we need to specify this. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 4 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index 09088041e..c22d0b6ca 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,12 +4,13 @@
avahi, busybox, dnsmasq, dropbear, ethtool, fakeroot, ffmpeg,
file, gnuconfig, gst-ffmpeg, gst-plugins-good, icu,
imagemagick, libdnet, libpng, libxml2, libxslt, makedevs,
- mpg123, mtd-utils, ncurses, netsnmp, pkg-config, qt, samba,
- socat, squashfs, webkit, xerces, xlib_xtrans, xorg-server,
- xterm, xz
+ mpg123, mtd-utils, ncurses, netsnmp, openssl, pkg-config, qt,
+ samba, socat, squashfs, webkit, xerces, xlib_xtrans,
+ xorg-server, xterm, xz
Issues resolved (http://bugs.uclibc.org):
+ #3445: Not working openssl-10.0.0d on 386sx
#3451: fakeroot package: wrong FAKEROOT_SITE variable
#3457: alsamixergui: broken URL
#3475: Calling sync on large filesystems when not always necessary