openswan: needs host-flex
Although parser.l is shipped it seems it might get regenerated from parser.y sometimes and an old installed flex might not be good enough. Fixes: http://autobuild.buildroot.net/results/e59/e5970eae28d01503d89a5d4e593711d7a27da8b5/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
c8da1bce78
commit
6dc395dec0
@ -9,7 +9,7 @@ OPENSWAN_SITE = http://download.openswan.org/openswan
|
||||
OPENSWAN_LICENSE = GPLv2+, BSD-3c
|
||||
OPENSWAN_LICENSE_FILES = COPYING LICENSE
|
||||
|
||||
OPENSWAN_DEPENDENCIES = host-bison gmp iproute2
|
||||
OPENSWAN_DEPENDENCIES = host-bison host-flex gmp iproute2
|
||||
OPENSWAN_MAKE_OPT = ARCH=$(BR2_ARCH) CC="$(TARGET_CC)" \
|
||||
USERCOMPILE="$(TARGET_CFLAGS) -fPIE" INC_USRLOCAL=/usr \
|
||||
USE_KLIPS=false USE_MAST=false USE_NM=false
|
||||
|
Loading…
Reference in New Issue
Block a user