xbps-src: introduce "noshlibprovides" to skip shlib-provides detection.
This commit is contained in:
parent
5c95087605
commit
5725a2e0ae
3 changed files with 9 additions and 3 deletions
|
@ -412,6 +412,9 @@ by all supported architectures.
|
|||
- `nostrip` If set, the ELF binaries with debugging symbols won't be stripped. By
|
||||
default all binaries are stripped.
|
||||
|
||||
- `noshlibprovides` If set, the ELF binaries won't be inspected to collect the provided
|
||||
sonames in shared libraries.
|
||||
|
||||
- `nocross` If set, cross compilation won't be allowed and will exit immediately.
|
||||
|
||||
- `python_versions` A white space seperated list of python versions which will
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue