summaryrefslogtreecommitdiff
path: root/strata/foundation/coreutils.morph
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2014-09-03 17:40:50 +0000
committerJames Thomas <james.thomas@codethink.co.uk>2014-10-10 14:18:30 -0500
commit46f9bc561c16ffbe52b974b506e15c023f6aad7a (patch)
treeed066aadf8998ee13a1dc9abba6e262149b133c0 /strata/foundation/coreutils.morph
parentdc3977a31e1a779c80fafc2248a136c7356859c0 (diff)
downloaddefinitions-46f9bc561c16ffbe52b974b506e15c023f6aad7a.tar.gz
Need coreutils to fix a build failure in systemd
Diffstat (limited to 'strata/foundation/coreutils.morph')
-rw-r--r--strata/foundation/coreutils.morph9
1 files changed, 9 insertions, 0 deletions
diff --git a/strata/foundation/coreutils.morph b/strata/foundation/coreutils.morph
new file mode 100644
index 00000000..479e9925
--- /dev/null
+++ b/strata/foundation/coreutils.morph
@@ -0,0 +1,9 @@
+name: coreutils
+kind: chunk
+build-system: autotools
+configure-commands:
+- sed -i -e '/^buildreq="/,/^"/{/rsync/d}' bootstrap.conf
+- bash bootstrap --skip-po
+- FORCE_UNSAFE_CONFIGURE=1 ./configure --prefix="$PREFIX" --disable-nls
+install-commands:
+- make INSTALL_PROGRAM=install DESTDIR="$DESTDIR" install