mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 05:23:39 +08:00
radvd: needs host-flex
Closes #1369 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
deb5f91336
commit
0a179adef3
3
CHANGES
3
CHANGES
@ -12,7 +12,7 @@
|
||||
Updated/fixed packages: busybox, dnsmasq, dosfstools, e2fsprogs,
|
||||
freetype, iperf, iptables, iw, less, libgcrypt, libglib2, libpng,
|
||||
libxml2, mdadm, memstat, mtd-utils, nano, openssl, php, pppd,
|
||||
setserial, squashfs, wget, xlib_libX11, xlib_libXfont
|
||||
radvd, setserial, squashfs, wget, xlib_libX11, xlib_libXfont
|
||||
|
||||
Issues resolved (http://bugs.uclibc.org):
|
||||
|
||||
@ -29,6 +29,7 @@
|
||||
#1303: Add librsync package
|
||||
#1327: mtd-utils compile failure due to lack of --sysroot in CFLAGS
|
||||
#1345: Bump pppd to 2.4.5 and convert to Makefile.autotools.in
|
||||
#1369: cannot build radvd (flex problem)
|
||||
#1387: xlib_libX11-1.3.2 can't find libjpeg
|
||||
#1411: [SECURITY] Update openssl package to 0.9.8n
|
||||
#1417: Bump iptables to 1.4.7
|
||||
|
@ -9,7 +9,7 @@ RADVD_SITE:=http://www.litech.org/radvd/dist/
|
||||
RADVD_AUTORECONF:=no
|
||||
RADVD_INSTALL_STAGING:=no
|
||||
RADVD_INSTALL_TARGET:=YES
|
||||
RADVD_DEPENDENCIES:=flex
|
||||
RADVD_DEPENDENCIES:=flex host-flex
|
||||
RADVD_MAKE:=$(MAKE1)
|
||||
RADVD_CONF_OPT:= --program-prefix=''
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user