SOURCES: nss_ldap-nolibs.patch - nss_ldap does not need libdb
baggins
baggins at pld-linux.org
Wed Nov 7 13:54:30 CET 2007
Author: baggins Date: Wed Nov 7 12:54:30 2007 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- nss_ldap does not need libdb
---- Files affected:
SOURCES:
nss_ldap-nolibs.patch (1.5 -> 1.6)
---- Diffs:
================================================================
Index: SOURCES/nss_ldap-nolibs.patch
diff -u SOURCES/nss_ldap-nolibs.patch:1.5 SOURCES/nss_ldap-nolibs.patch:1.6
--- SOURCES/nss_ldap-nolibs.patch:1.5 Mon Dec 26 15:28:54 2005
+++ SOURCES/nss_ldap-nolibs.patch Wed Nov 7 13:54:25 2007
@@ -13,16 +13,3 @@
AC_CHECK_FUNCS(strtok_r)
AC_CHECK_FUNCS(sigaction)
AC_CHECK_FUNCS(sigset)
-@@ -191,8 +191,10 @@
- with_ldap_lib=auto
- fi
-
--AC_CHECK_LIB(dl, dlopen,[LIBS="-ldl $LIBS"],,$LIBS)
--dnl AC_CHECK_LIB(db, main,[LIBS="-ldb $LIBS"],,$LIBS)
-+dnl AC_CHECK_LIB(dl, dlopen,[LIBS="-ldl $LIBS"],,$LIBS)
-+if test "$enable_rfc2307bis" = "yes" -o "$enable_schema_mapping" = "yes" ; then
-+ AC_CHECK_LIB(db, main,[LIBS="-ldb $LIBS"],,$LIBS)
-+fi
-
- AC_CHECK_LIB(gssapi, gss_krb5_ccache_name,[LIBS="-lgssapi $LIBS" found_gssapi_lib=yes],,$LIBS)
- if test -z "$found_gssapi_lib"; then
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/nss_ldap-nolibs.patch?r1=1.5&r2=1.6&f=u
More information about the pld-cvs-commit
mailing list