xbps-src: introduce "noshlibprovides" to skip shlib-provides detection.

This commit is contained in:
Juan RP 2015-02-05 11:37:10 +01:00
parent 5c95087605
commit 5725a2e0ae
3 changed files with 9 additions and 3 deletions

View file

@ -43,7 +43,7 @@ collect_sonames() {
hook() {
local _destdir32=${XBPS_DESTDIR}/${pkgname}-32bit-${version}
if [ -n "$noarch" ]; then
if [ -n "$noarch" -o -n "$noshlibprovides" ]; then
return 0
fi