diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2011-02-21 16:25:06 -0300 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-02-24 09:14:29 +0100 |
commit | fd2bd9e3df276301f867b05bd9f47ab3ab7b4ef4 (patch) | |
tree | 0da29fb1cb7be3c9e666d0bd069bd0efb715df6d /CHANGES | |
parent | a85971a68b6661327e21f44ce50925b220997dbb (diff) | |
download | buildroot-novena-fd2bd9e3df276301f867b05bd9f47ab3ab7b4ef4.tar.gz buildroot-novena-fd2bd9e3df276301f867b05bd9f47ab3ab7b4ef4.zip |
quagga: fix build with snmp support
Closes #3277
Quagga's snmp support tries to link with libcrypto from openssl by
default.
That's a bad no no since snmp might have ssl support disabled
and openssl won't be around.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -11,10 +11,10 @@ libcgicc, libdaemon, libdrm, libevent, libgail, libglib2, libgpg-error, libmicrohttpd, librsvg, libsoup, libxcp, makedevs, matchbox-fakekey, matchbox-startup-monitor, mdadm, - metacity, mpd, nasm, nfs-utils, olsr, popt, pthread-stubs, - quagga, rpm, samba, sdl, sdl_gfx, sdl_image, sdl_mixer, - sdl_sound, sdl_ttf, squashfs, taglib, tcpreplay, tiff, - wpa_supplicant, xcb-util, + metacity, mpd, nasm, nfs-utils, olsr, openssl, popt, + pthread-stubs, quagga, rpm, samba, sdl, sdl_gfx, sdl_image, + sdl_mixer, sdl_sound, sdl_ttf, squashfs, taglib, tcpreplay, + tiff, wpa_supplicant, xcb-util, xdriver_xf86-input-{acepad,aiptek,evdev,joystick,keyboard}, xdriver_xf86-input-{mouse,synaptics,void}, xdriver_xf86-video-{chips,dummy,geode,glide,intel,nv,wsfb}, @@ -27,6 +27,7 @@ Issues resolved (http://bugs.uclibc.org): #3205: Failing chmod when running "make" in buildroot (openssl)... + #3277: quagga fails to build with SNMP support #3283: See why nfs-utils needs fakeroot, and convert to autotools 2011.02-rc1, Released February 14th, 2011: |