summaryrefslogtreecommitdiff
path: root/strata/tools/parted.morph
diff options
context:
space:
mode:
Diffstat (limited to 'strata/tools/parted.morph')
-rw-r--r--strata/tools/parted.morph12
1 files changed, 12 insertions, 0 deletions
diff --git a/strata/tools/parted.morph b/strata/tools/parted.morph
new file mode 100644
index 00000000..0f279950
--- /dev/null
+++ b/strata/tools/parted.morph
@@ -0,0 +1,12 @@
+name: parted
+kind: chunk
+build-system: autotools
+pre-configure-commands:
+- sed -i -e '/^buildreq="/,/^"/{/rsync/d}' bootstrap.conf
+- sed -i -e '/^buildreq="/,/^"/{/perl/d}' bootstrap.conf
+- ./bootstrap --skip-po --no-git --gnulib-srcdir=gnulib
+configure-commands:
+# Disable device-mapper as it is not installed on Baserock
+- ./configure --prefix="$PREFIX" --disable-device-mapper
+build-commands:
+- make WERROR_CFLAGS=""