xbps-src: added arch specific shlibs support to verify_rundeps.
This commit is contained in:
parent
cfcdd8d65f
commit
8b2a4e0646
2 changed files with 16 additions and 7 deletions
|
@ -7,19 +7,22 @@
|
|||
# The third field controls the development package associated with
|
||||
# the binary package that provides the shared library.
|
||||
#
|
||||
# The fourth field (optional) specifies that shared library is only
|
||||
# available on the target architecture.
|
||||
#
|
||||
# PLEASE NOTE: when multiple packages provide the same SONAME, the first
|
||||
# one (order top->bottom) is preferred over the next ones.
|
||||
#
|
||||
################################################################################################
|
||||
# SONAME BINPKG BINPKG-DEVEL DEFAULT
|
||||
# SONAME BINPKG BINPKG-DEVEL ARCH
|
||||
################################################################################################
|
||||
libc.so.6 glibc glibc-devel
|
||||
libm.so.6 glibc glibc-devel
|
||||
libpthread.so.0 glibc glibc-devel
|
||||
librt.so.1 glibc glibc-devel
|
||||
libdl.so.2 glibc glibc-devel
|
||||
ld-linux-x86-64.so.2 glibc glibc-devel
|
||||
ld-linux.so.2 glibc glibc-devel
|
||||
ld-linux-x86-64.so.2 glibc glibc-devel x86_64
|
||||
ld-linux.so.2 glibc glibc-devel i686
|
||||
libresolv.so.2 glibc glibc-devel
|
||||
libanl.so.1 glibc glibc-devel
|
||||
libthread_db.so.1 glibc glibc-devel
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue