[Buildroot] [PATCH 1/1] ipsec-tools: needs host-bison

Peter Korsgaard peter at korsgaard.com
Wed Sep 19 21:00:08 UTC 2018


>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice at gmail.com> writes:

 > Making all in racoon
 > /bin/sh ../../ylwrap cfparse.y y.tab.c cfparse.c y.tab.h `echo
 > cfparse.c | sed -e s/cc$/hh/ -e s/cpp$/hpp/ -e s/cxx$/hxx/ -e
 > s/c++$/h++/ -e s/c$/h/` y.output cfparse.output -- yacc -d
 > ../../ylwrap: line 176: yacc: command not found
 > make[5]: *** [cfparse.c] Error 127

 > Fixes:
 >  - http://autobuild.buildroot.org/results/88c8bba943300df98b428646387c240f4522f40a

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
 > ---
 >  package/ipsec-tools/ipsec-tools.mk | 2 +-
 >  1 file changed, 1 insertion(+), 1 deletion(-)

 > diff --git a/package/ipsec-tools/ipsec-tools.mk b/package/ipsec-tools/ipsec-tools.mk
 > index ddae9a75f3..8672272538 100644
 > --- a/package/ipsec-tools/ipsec-tools.mk
 > +++ b/package/ipsec-tools/ipsec-tools.mk
 > @@ -9,7 +9,7 @@ IPSEC_TOOLS_SOURCE = ipsec-tools-$(IPSEC_TOOLS_VERSION).tar.bz2
 >  IPSEC_TOOLS_SITE = http://sourceforge.net/projects/ipsec-tools/files/ipsec-tools/$(IPSEC_TOOLS_VERSION)
 >  IPSEC_TOOLS_INSTALL_STAGING = YES
 >  IPSEC_TOOLS_MAKE = $(MAKE1)
 > -IPSEC_TOOLS_DEPENDENCIES = openssl flex host-flex
 > +IPSEC_TOOLS_DEPENDENCIES = openssl flex host-flex host-bison

Hmm, shouldn't this use BR2_BISON_HOST_DEPENDENCY /
BR2_FLEX_HOST_DEPENDENCY instead?

-- 
Bye, Peter Korsgaard


More information about the buildroot mailing list