summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--strata/foundation/btrfs-progs.morph4
1 files changed, 3 insertions, 1 deletions
diff --git a/strata/foundation/btrfs-progs.morph b/strata/foundation/btrfs-progs.morph
index 31e9270f..4e724dc9 100644
--- a/strata/foundation/btrfs-progs.morph
+++ b/strata/foundation/btrfs-progs.morph
@@ -4,4 +4,6 @@ build-system: autotools
pre-configure-commands:
- ./autogen.sh
configure-commands:
-- ./configure --prefix="$PREFIX" --disable-documentation
+# The change in the CFLAGS is needed to make the compilation succeed in armv5l
+- export CFLAGS="-O2 $CFLAGS";
+ ./configure --prefix="$PREFIX" --disable-documentation