summaryrefslogtreecommitdiff
path: root/strata/coreutils-common/sed.morph
diff options
context:
space:
mode:
Diffstat (limited to 'strata/coreutils-common/sed.morph')
-rw-r--r--strata/coreutils-common/sed.morph5
1 files changed, 3 insertions, 2 deletions
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.