summaryrefslogtreecommitdiff
path: root/strata/tools/parted.morph
blob: 86d74da67c4393495456475ebe430c3bf7841572 (plain)
1
2
3
4
5
6
7
8
9
10
11
name: parted
kind: chunk
build-system: autotools
pre-configure-commands:
- sed -i -e '/^buildreq="/,/^"/{/rsync/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=""