SOURCES: nss_ldap-auxprop.patch (NEW) - ads configure check for cy...

czarny czarny at pld-linux.org
Tue Oct 31 12:32:04 CET 2006


Author: czarny                       Date: Tue Oct 31 11:32:04 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- ads configure check for cyrus-sasl
- ads -lsasl to the LIBS

---- Files affected:
SOURCES:
   nss_ldap-auxprop.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/nss_ldap-auxprop.patch
diff -u /dev/null SOURCES/nss_ldap-auxprop.patch:1.1
--- /dev/null	Tue Oct 31 12:32:04 2006
+++ SOURCES/nss_ldap-auxprop.patch	Tue Oct 31 12:31:59 2006
@@ -0,0 +1,12 @@
+--- configure.in.orig	2006-09-13 08:42:08.000000000 +0200
++++ configure.in	2006-10-31 12:27:37.000000000 +0100
+@@ -259,7 +259,8 @@
+ dnl AC_CHECK_LIB(k5crypto, main,[LIBS="-lk5crypto $LIBS"],,$LIBS)
+ dnl AC_CHECK_LIB(krb5, main,[LIBS="-lkrb5 $LIBS"],,$LIBS)
+ dnl AC_CHECK_LIB(krb4, main,[LIBS="-lkrb4 $LIBS"],,$LIBS)
+-dnl AC_CHECK_LIB(sasl, sasl_client_init,[LIBS="-lsasl $LIBS"],,$LIBS)
++# doesn't build in PLD otherwise
++AC_CHECK_LIB(sasl, sasl_client_init,[LIBS="-lsasl $LIBS"],,$LIBS)
+ 
+ if test -z "$found_ldap_lib" -a \( $with_ldap_lib = auto -o $with_ldap_lib = umich -o $with_ldap_lib = openldap \); then
+   AC_CHECK_LIB(lber, main)
================================================================


More information about the pld-cvs-commit mailing list