mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
package/radvd: drop dependency on flex runtime library
Radvd has its own main(), and does not use yywrap() from libfl.so,
because scanner.l module contains noyywrap option. So, none of the
functions exported by libfl.so are used, and there's no need to have
the flex runtime on target.
Signed-off-by: Alexander Mukhin <alexander.i.mukhin@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
(cherry picked from commit 6274868bd1)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
0fadf76f35
commit
65be1ccc55
@@ -1,7 +1,6 @@
|
||||
config BR2_PACKAGE_RADVD
|
||||
bool "radvd"
|
||||
depends on BR2_USE_MMU # fork()
|
||||
select BR2_PACKAGE_FLEX
|
||||
help
|
||||
IPv6 Router Advertisement Daemon.
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
RADVD_VERSION = 2.18
|
||||
RADVD_SITE = http://www.litech.org/radvd/dist
|
||||
RADVD_DEPENDENCIES = host-bison flex host-flex host-pkgconf
|
||||
RADVD_DEPENDENCIES = host-bison host-flex host-pkgconf
|
||||
# We need to ignore <linux/if_arp.h>, because radvd already includes
|
||||
# <net/if_arp.h>, which conflicts with <linux/if_arp.h>.
|
||||
RADVD_CONF_ENV = \
|
||||
|
||||
Reference in New Issue
Block a user