summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2015-06-02 17:43:57 +0100
committerRichard Dale <richard.dale@codethink.co.uk>2015-06-19 08:25:35 +0000
commita5a754c117db06a87af3eebbf9cf848ed0f8b5c9 (patch)
treea96e10ef5a4bb2157c8805e1128f0deb6ca38c81
parent9bf2a58d4d09d84830d5b1237604147d16487893 (diff)
downloaddefinitions-a5a754c117db06a87af3eebbf9cf848ed0f8b5c9.tar.gz
Make sed and diff not depend on git
Change-Id: If8cd1c3632488ac28bb3f65af004d4f6d12a1999
-rw-r--r--strata/coreutils-common/diff.morph5
-rw-r--r--strata/coreutils-common/sed.morph5
2 files changed, 6 insertions, 4 deletions
diff --git a/strata/coreutils-common/diff.morph b/strata/coreutils-common/diff.morph
index 346f8635..c5eb809d 100644
--- a/strata/coreutils-common/diff.morph
+++ b/strata/coreutils-common/diff.morph
@@ -1,7 +1,8 @@
name: diff
kind: chunk
build-system: autotools
-configure-commands:
+pre-configure-commands:
- sed -i -e '/^buildreq="/,/^"/{/rsync/d}' bootstrap.conf
-- ./bootstrap --skip-po
+- ./bootstrap --skip-po --no-git --gnulib-srcdir=gnulib
+configure-commands:
- ./configure --prefix="$PREFIX" --disable-gcc-warnings
diff --git a/strata/coreutils-common/sed.morph b/strata/coreutils-common/sed.morph
index 92f6fa51..75b969de 100644
--- a/strata/coreutils-common/sed.morph
+++ b/strata/coreutils-common/sed.morph
@@ -1,9 +1,10 @@
name: sed
kind: chunk
build-system: autotools
-configure-commands:
+pre-configure-commands:
- sed -i -e '/^buildreq="/,/^"/{/rsync/d}' bootstrap.conf
-- ./bootstrap --skip-po
+- ./bootstrap --skip-po --no-git --gnulib-srcdir=gnulib
+configure-commands:
- ./configure --prefix="$PREFIX" --disable-gcc-warnings
post-install-commands:
# This hack is to use GNU sed instead the busybox one.