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
|
@ -161,6 +161,9 @@ hook() {
|
|||
if [ -s ${PKGDESTDIR}/rdeps ]; then
|
||||
sed 's,virtual?,,g' -i ${PKGDESTDIR}/rdeps
|
||||
fi
|
||||
for f in ${shlib_requires}; do
|
||||
sorequires+="${f} "
|
||||
done
|
||||
if [ -n "${sorequires}" ]; then
|
||||
echo "${sorequires}" > ${PKGDESTDIR}/shlib-requires
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue