From 709f20393b4801d0d49e29cce2cd824037002109 Mon Sep 17 00:00:00 2001 From: Tiago Gomes Date: Mon, 28 Sep 2015 14:21:22 +0000 Subject: Fix bison build Run ./bootstrap on the configure commands, otherwise it will be run again by the build tool but this time without the right arguments. This would result in a build failure. Change-Id: Ib93e5398229fa9f2fc00bfcd74a502553e5f92d6 --- strata/core/bison.morph | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/strata/core/bison.morph b/strata/core/bison.morph index f122ca3f..7b880cb6 100644 --- a/strata/core/bison.morph +++ b/strata/core/bison.morph @@ -1,5 +1,6 @@ name: bison kind: chunk build-system: autotools -pre-configure-commands: +configure-commands: - sh bootstrap --skip-po --no-git --gnulib-srcdir=gnulib +- ./configure --prefix="$PREFIX" -- cgit v1.2.1