add (lib)attr and libacl as optional libraries

when libacl is built and --enable-fpm is used, also enable --with-fpm-acl
This commit is contained in:
Marc Henderkes
2025-03-05 11:35:03 +01:00
parent 89e8c152dc
commit 460699c48c
7 changed files with 124 additions and 2 deletions

View File

@@ -36,6 +36,16 @@
"path": "LICENSE"
}
},
"attr": {
"type": "git",
"rev": "v2.5.2",
"url": "https://git.savannah.nongnu.org/git/attr.git",
"provide-pre-built": false,
"license": {
"type": "file",
"path": "doc/COPYING"
}
},
"brotli": {
"type": "ghtar",
"repo": "google/brotli",
@@ -323,6 +333,16 @@
"path": "LICENSE"
}
},
"libacl": {
"type": "git",
"rev": "v2.3.2",
"url": "https://git.savannah.nongnu.org/git/acl.git",
"provide-pre-built": false,
"license": {
"type": "file",
"path": "doc/COPYING"
}
},
"libaom": {
"type": "git",
"rev": "main",