Package: libnss-db
Version: 2.2.3pre1-3.2
Severity: important
Tags: patch
User: [email protected]
Usertags: sparc64
For some non-obvious reasons, libnss-db explicitely tries to install
the libraries in /usr/lib64, which causes with the multiarch transition.
The patch below fixes this problem, would it be possible to add it in
the next upload? Thanks in advance.
--- libnss-db-2.2.3pre1.orig/configure.in
+++ libnss-db-2.2.3pre1/configure.in
@@ -81,15 +81,7 @@
# files. I.e., when the installation prefix is "/usr" we have to place
# shared library objects on the root partition in /lib.
if test "$prefix" = "/usr" -o "$prefix" = "/usr"; then
- # 64bit libraries on sparc go to /lib64 and not /lib
- if test "$host_cpu" = "sparc64"; then
- slibdir="/lib64"
- if test "$libdir" = '${exec_prefix}/lib'; then
- libdir='${exec_prefix}/lib64';
- fi
- else
- slibdir="/lib"
- fi
+ slibdir="/lib"
fi
;;
esac
-- System Information:
Debian Release: wheezy/sid
APT prefers unreleased
APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: sparc64
Kernel: Linux 2.6.32-bpo.5-sparc64-smp (SMP w/32 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]