mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-08 01:15:37 +08:00
don't require libacl and attr - use --with-libs='libacl' if you build… (#635)
* don't require libacl and attr - use --with-libs='libacl' if you build fpm with acl support * don't filter out libacl and libattr * suggest attr instead of requiring it * disable nls if libiconv is not built * suggest libiconv when using attr/libacl * wrong directive... * gettext (libintl) for acl/attr * remove suggestions and build acl and attr without nls --------- Co-authored-by: Marc Henderkes <m.henderkes@pc-college.de>
This commit is contained in:
@@ -12,10 +12,8 @@
|
||||
"lib-base",
|
||||
"micro"
|
||||
],
|
||||
"lib-depends-linux": [
|
||||
"lib-base",
|
||||
"libacl",
|
||||
"micro"
|
||||
"lib-suggests-linux": [
|
||||
"libacl"
|
||||
]
|
||||
},
|
||||
"micro": {
|
||||
|
||||
Reference in New Issue
Block a user