SHA256
1
0
forked from pool/fuse3

- Add 0001-Split-config.h-into-private-and-public-config.patch

OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse3?expand=0&rev=61
This commit is contained in:
2023-02-10 09:48:05 +00:00
committed by Git OBS Bridge
parent 5cf566051c
commit 09fb345e3e
3 changed files with 258 additions and 0 deletions

View File

@@ -6,6 +6,8 @@ Mon Feb 6 19:46:51 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
compile against installed libfuse headers (because libc
symbol versioning support was not detected correctly in this
case).
- Add 0001-Split-config.h-into-private-and-public-config.patch
to fix doubly-defined macros and build failure elsewhere.
-------------------------------------------------------------------
Fri Jan 13 21:23:26 UTC 2023 - Jan Engelhardt <jengelh@inai.de>