Prevent libfuse3 from linking to io-uring and numactl

This commit is contained in:
2026-01-07 10:55:44 +02:00
parent 6e9bd3d66a
commit 7f5ee31303
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
name: fuse3
description: The reference implementation of the Linux FUSE (Filesystem in Userspace) interface
version: 3.18.1
revision: 1
revision: 2
url: https://github.com/libfuse/libfuse
license: GPL2-or-later,LGPL2.1-or-later
architecture: any
+1 -1
View File
@@ -5,7 +5,7 @@
# The build function is executed in the source directory
# This function is used to compile the source code
build() {
meson setup --prefix=/usr --libdir=/usr/lib --buildtype=release build
meson setup --prefix=/usr --libdir=/usr/lib -Denable-io-uring=false build
meson compile -C build
}