summaryrefslogtreecommitdiff
path: root/dev-python/llfuse/files
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/llfuse/files
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-python/llfuse/files')
-rw-r--r--dev-python/llfuse/files/llfuse-1.3.5-cflags.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/dev-python/llfuse/files/llfuse-1.3.5-cflags.patch b/dev-python/llfuse/files/llfuse-1.3.5-cflags.patch
deleted file mode 100644
index 43490cf5f4db..000000000000
--- a/dev-python/llfuse/files/llfuse-1.3.5-cflags.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Build fails under pypy(3) when enabling these flags.
-
---- llfuse-1.3.5/setup.py
-+++ llfuse-1.3.5/setup.py
-@@ -74,8 +74,8 @@
- long_desc = fh.read()
-
- compile_args = pkg_config('fuse', cflags=True, ldflags=False, min_ver='2.8.0')
-- compile_args += ['-DFUSE_USE_VERSION=29', '-Wall', '-Wextra', '-Wconversion',
-- '-Wsign-compare', '-DLLFUSE_VERSION="%s"' % LLFUSE_VERSION]
-+ compile_args += ['-DFUSE_USE_VERSION=29', '-Wall', '-Wextra',
-+ '-DLLFUSE_VERSION="%s"' % LLFUSE_VERSION]
-
- # We may have unused functions if we compile for older FUSE versions
- compile_args.append('-Wno-unused-function')