summaryrefslogtreecommitdiff
path: root/strata/foundation/btrfs-progs.morph
blob: 4e724dc9d6bfef9c9e0897c62f5dddc4b7e0c7d7 (plain)
1
2
3
4
5
6
7
8
9
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