summaryrefslogtreecommitdiff
path: root/strata
diff options
context:
space:
mode:
authorTiago Gomes <tiago.gomes@codethink.co.uk>2015-09-28 14:21:22 +0000
committerTiago Gomes <tiago.gomes@codethink.co.uk>2015-09-28 14:22:20 +0000
commit709f20393b4801d0d49e29cce2cd824037002109 (patch)
tree1b29afc3305f2a161a32b05ef0a2e13a3d8b813c /strata
parent59db12f0d7c3463dba6251122568c7e3e2e554ca (diff)
downloaddefinitions-709f20393b4801d0d49e29cce2cd824037002109.tar.gz
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
Diffstat (limited to 'strata')
-rw-r--r--strata/core/bison.morph3
1 files changed, 2 insertions, 1 deletions
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"