xbps-src: added support to append additional shlibs to shlib-{provides,requires}.
This commit is contained in:
parent
75673c89a4
commit
289bc58776
4 changed files with 14 additions and 2 deletions
|
@ -6,10 +6,10 @@ unset -v noarch conf_files mutable_files preserve triggers
|
|||
unset -v depends run_depends replaces provides conflicts tags
|
||||
|
||||
# hooks/post-install/03-strip-and-debug-pkgs
|
||||
unset -v nostrip nostrip_files
|
||||
unset -v nostrip nostrip_files shlib_requires
|
||||
|
||||
# hooks/post-install/04-generate-runtime-deps
|
||||
unset -v noverifyrdeps allow_unknown_shlibs
|
||||
unset -v noverifyrdeps allow_unknown_shlibs shlib_provides
|
||||
|
||||
# hooks/post-install/06-prepare-32bit
|
||||
unset -v lib32depends lib32disabled lib32files lib32mode
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue