fixed build of libfuse need werror (#39430)
This commit is contained in:
parent
a4ac3f2767
commit
4d945be955
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,8 @@ class Libfuse(MesonPackage):
|
|||
homepage = "https://github.com/libfuse/libfuse"
|
||||
url = "https://github.com/libfuse/libfuse/releases/download/fuse-2.9.9/fuse-2.9.9.tar.gz"
|
||||
|
||||
keep_werror = "all"
|
||||
|
||||
version("3.11.0", sha256="25a00226d2d449c15b2f08467d6d5ebbb2a428260c4ab773721c32adbc6da072")
|
||||
version("3.10.5", sha256="e73f75e58da59a0e333d337c105093c496c0fd7356ef3a5a540f560697c9c4e6")
|
||||
version("3.10.4", sha256="bfcb2520fd83db29e9fefd57d3abd5285f38ad484739aeee8e03fbec9b2d984a")
|
||||
|
|
Loading…
Reference in a new issue