blob: cfe33b5a73aed5440a724e7d5fa0600cf13a3d01 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# libpthread must be stripped specially; GDB needs the non-dynamic
# symbol table in order to load the thread debugging library.
libc6: unstripped-binary-or-object ./lib/libpthread-2.11.1.so
# ld.so must be executable, otherwise the system will not work
libc6: shlib-with-executable-bit /lib/ld-2.11.1.so 0755
# It is normal that the ELF dynamic linker does not need any other
# library
libc6: shared-lib-without-dependency-information ./lib/ld-2.11.1.so
# dependency on debconf is not needed, as glibc has a fallback to tty
libc6: missing-debconf-dependency-for-preinst
|