summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2015-06-09 14:58:02 +0100
committerBaserock Gerrit <gerrit@baserock.org>2015-09-28 10:25:57 +0000
commit0f05b3e979befee6412f434a8b4b6977557e125c (patch)
tree6201ac2eea4fd30732e06650d4da2cd90581476f
parentce1e63cd3c0ed4525d3209f9a0380a2615fba4bb (diff)
downloaddefinitions-0f05b3e979befee6412f434a8b4b6977557e125c.tar.gz
coreutils: separate bootstrap and configure commands
In a similar way as we do with sed or diff Change-Id: I04b910cd380df6f50110b3a96012cfc97ff37975
-rw-r--r--strata/coreutils-common/coreutils.morph3
1 files changed, 2 insertions, 1 deletions
diff --git a/strata/coreutils-common/coreutils.morph b/strata/coreutils-common/coreutils.morph
index 19542d79..3071cb9e 100644
--- a/strata/coreutils-common/coreutils.morph
+++ b/strata/coreutils-common/coreutils.morph
@@ -1,9 +1,10 @@
name: coreutils
kind: chunk
build-system: autotools
-configure-commands:
+pre-configure-commands:
- sed -i -e '/^buildreq="/,/^"/{/rsync/d}' bootstrap.conf
- bash bootstrap --skip-po --no-git --gnulib-srcdir=gnulib
+configure-commands:
- FORCE_UNSAFE_CONFIGURE=1 ./configure --prefix="$PREFIX" --disable-nls
build-commands:
- make WERROR_CFLAGS=