diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
| commit | b590c8d7572b727d565cc0b8ff660d43569845de (patch) | |
| tree | 06f7a4102ea4e845df8b66660f252920d52952f9 /dev-python/llfuse/files | |
| parent | 24f9cbfc4c34fdb6a6e03311674414e881ceab47 (diff) | |
| download | baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.gz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.xz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.zip | |
Adding metadata
Diffstat (limited to 'dev-python/llfuse/files')
| -rw-r--r-- | dev-python/llfuse/files/llfuse-1.3.5-cflags.patch | 15 |
1 files changed, 15 insertions, 0 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 new file mode 100644 index 000000000000..43490cf5f4db --- /dev/null +++ b/dev-python/llfuse/files/llfuse-1.3.5-cflags.patch @@ -0,0 +1,15 @@ +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') |
