summaryrefslogtreecommitdiff
path: root/strata/foundation/btrfs-progs.morph
blob: 807a115fe5c5af824e368cad582cea7af60e2b5d (plain)
1
2
3
4
5
6
7
8
name: btrfs-progs
kind: chunk
build-system: autotools
pre-configure-commands:
- ./autogen.sh
configure-commands:
# The change in the CFLAGS is needed to make the compilation succeed in armv5l
- export CFLAGS="-O2 $CFLAGS"; ./configure --prefix="$PREFIX" --disable-documentation