Skip to content

Commit

Permalink
Merge pull request #425 from reavessm/qemu-fix
Browse files Browse the repository at this point in the history
Remove BTRFS
  • Loading branch information
r3claimer authored Aug 11, 2024
2 parents af15171 + e794d49 commit 9de7b21
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/tools/qemu/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ PKG_LONGDESC="QEMU is a generic and open source machine emulator and virtualizer
PKG_TOOLCHAIN="configure"

pre_configure_host() {

sed -i '/HAVE_BTRFS/d' ../meson.build

HOST_CONFIGURE_OPTS="\
--bindir=${TOOLCHAIN}/bin \
--extra-cflags=-I${TOOLCHAIN}/include \
Expand Down

0 comments on commit 9de7b21

Please sign in to comment.