From 908930edf5da55265c15b0454c92bd8eeab42d33 Mon Sep 17 00:00:00 2001 From: Richard Dale Date: Fri, 26 Jun 2015 14:50:03 +0100 Subject: Improve naming, use '-wrt' rather than '-musl' --- strata/coreutils-common-wrt/diff.morph | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 strata/coreutils-common-wrt/diff.morph (limited to 'strata/coreutils-common-wrt/diff.morph') diff --git a/strata/coreutils-common-wrt/diff.morph b/strata/coreutils-common-wrt/diff.morph new file mode 100644 index 00000000..1fc46dc2 --- /dev/null +++ b/strata/coreutils-common-wrt/diff.morph @@ -0,0 +1,11 @@ +name: diff +kind: chunk +build-system: autotools + +pre-configure-commands: +- sed -i -e '/^buildreq="/,/^"/{/rsync/d}' bootstrap.conf +- sed -i -e '/^buildreq="/,/^"/{/gettext/d}' bootstrap.conf +- ./bootstrap --skip-po --no-git --gnulib-srcdir=gnulib + +configure-commands: +- ./configure --prefix="$PREFIX" --disable-gcc-warnings --disable-nls -- cgit v1.2.1