From 6a2a9ea38ae3779876bffa20c3dff52cb4e297d2 Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Sat, 27 Dec 2014 17:23:18 -0500 Subject: [PATCH] Upgrade to bison-3.0.2 --- config/packages-list | 2 +- stage2/hv-install-1 | 2 +- stage2/pkg/bison | 9 --------- 3 files changed, 2 insertions(+), 11 deletions(-) delete mode 100644 stage2/pkg/bison diff --git a/config/packages-list b/config/packages-list index 2370b8a..b4fc4a3 100644 --- a/config/packages-list +++ b/config/packages-list @@ -27,7 +27,7 @@ BASH="bash-4.3.30" BASHCOMPLETION="bash-completion-20060301" BC="bc-1.06.95" BDWGC="bdwgc-7_2alpha5-20110107" -BISON="bison-2.7.1" +BISON="bison-3.0.2" BIND="bind-9.10.1-P1" BINUTILS="binutils-2.24" BRIDGE_UTILS="bridge-utils-1.5" diff --git a/stage2/hv-install-1 b/stage2/hv-install-1 index 253e6d9..deee54b 100755 --- a/stage2/hv-install-1 +++ b/stage2/hv-install-1 @@ -56,7 +56,7 @@ ipkg -m noac ${PROCPS} ipkg ${LIBTOOL} ipkg ${FLEX} ipkg ${PERL} -ipkg ${BISON} +ipkg -m acnb ${BISON} ipkg -m noac ${IPROUTE2} ipkg ${READLINE} ipkg ${AUTOCONF} diff --git a/stage2/pkg/bison b/stage2/pkg/bison deleted file mode 100644 index 1b66183..0000000 --- a/stage2/pkg/bison +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/bash - -hvconfig_post() -{ - # The configure system causes bison to be built without support for - # internationalization of error messages if a bison program is not - # already in $PATH. The following addition will correct this: - echo '#define YYENABLE_NLS 1' >> config.h -} -- 2.20.1