Package: 389-ds-base / 1.3.3.5-4

ftbs_lsoftotkn3.diff Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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 <tobi@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"