Source: 389-ds-base
Severity: normal
Tags: pending patch

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Dear maintainer,

while fixing #741600 I figured out that the current package does not build:
- -> the autoconf detection for libsrvcore is broken (one must not link against 
libsoftokn3)
- -> there is a missing B-D on libpci-dev

For the first one I attach a patch, however I'm currently preparing a NMU anyway
(The second one is trivial adding the B-D to d/control)

BR,
Tobi

- -- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.13-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJTWnXYAAoJEJFk+h0XvV0278EQALf21MFFhjYEjxy3a2ZUNfva
+x5RB9n2f7gAu/qcTT2WKqHEo85P8uJI/ZXxbVGjXYq2YO3F5D1Qil9pOUn9Blor
HkHfZAn9jUpfekX7B8ASKQ7u/shHwyWJr3KtKl6FEHGhvqF3lgq58WQrK92nAFIW
1ZczAmIO9ueO+ZR9GosruG7gLPt6iSMv9352fPFVHRxoLX1hopq1RU8TA4mPvcS/
cXmICeffJJYco6grG8mKMlwvg46JTIuXaWeqOxxaqG6Xx2MstoQAaOqP4bj/5evD
t2peZ4xUHIBcOa2nSmMZbWZEMEaYmunT6fX9rvspQBSYebCpXV0vVQWtEmH5irbr
rByP1nvL2ALWzWvFcBZnOJPyTrUJ9bBCygQTXebY6DZ+RUa0cgCl7b2G0bsaUZ0O
OFvBDWoYwzKVSxrj+5T/B63Pi9T0fd0gDXlPumC2BvkC2Gi3jM15mXAbJ4p9WjsB
t0XMgJ+ouGjmhoRWTJfstir2shoz49nNQjO8r4WU8eHeH+lM2zNqiMkqdfBb3Cos
BclrGlHswoc/q0vcxUW3vdaiiK991SXqGm0nkKW4XS2WVexIqrr/TJ/dIRiRXLW7
p8o9l3oArxaH0OOC1iJQx+wxSc35EyeAZDSMscQGPyvTMFpC0wtaevECV7WMaWgn
lexY0nW6J5Ifs6esJLXH
=X/Tn
-----END PGP SIGNATURE-----
Description: Fix autoconf macro to detect svrcore properly
 configure bails out with a linking error against libsoftokn, which is according
 #473275 the correct behaviour. The patch modifies the m4 file to do not link
 against this lib.
Author: Tobias Frost <t...@coldtobi.de>
Forwarded: no
Last-Update: 2014-04-25
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/m4/svrcore.m4
+++ b/m4/svrcore.m4
@@ -96,7 +96,7 @@
 if test -z "$svrcore_inc" -o -z "$svrcore_lib"; then
 dnl just see if SVRCORE is already a system library
   AC_CHECK_LIB([svrcore], [SVRCORE_GetRegisteredPinObj], [havesvrcore=1],
-	       [], [$nss_inc $nspr_inc $nss_lib -lnss3 -lsoftokn3 $nspr_lib -lplds4 -lplc4 -lnspr4])
+	       [], [$nss_inc $nspr_inc $nss_lib -lnss3 $nspr_lib -lplds4 -lplc4 -lnspr4])
   if test -n "$havesvrcore" ; then
 dnl just see if SVRCORE is already a system header file
     save_cppflags="$CPPFLAGS"

Reply via email to