From 0f05b3e979befee6412f434a8b4b6977557e125c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Tue, 9 Jun 2015 14:58:02 +0100 Subject: coreutils: separate bootstrap and configure commands In a similar way as we do with sed or diff Change-Id: I04b910cd380df6f50110b3a96012cfc97ff37975 --- strata/coreutils-common/coreutils.morph | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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= -- cgit v1.2.1