[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: updated packages for squeeze



On Thu, Aug 19, 2010 at 07:49:54 +0200, Arthur de Jong wrote:

> On Tue, 2010-08-17 at 21:19 +0200, Julien Cristau wrote:
> > Thanks, please ping us again when the package is accepted to get the
> > unblock.
> 
> Both cvsd 1.0.19 and nss-pam-ldapd 0.7.8 are now both in unstable.
> 
cvsd unblocked.

For nss-pam-ldapd:

+# the SONAME to use for the NSS module
+AC_ARG_WITH(nss-ldap-soname,
+            AS_HELP_STRING([--with-nss-ldap-soname=SONAME],
+                           [name of NSS module @<:@libnss_ldap.so.2@:>@]),
+            [ NSS_LDAP_SONAME="$with_nslcd_socket" ],
+            [ NSS_LDAP_SONAME="libnss_ldap.so.2" ])
+AC_DEFINE_UNQUOTED(NSS_LDAP_SONAME,"$NSS_LDAP_SONAME",[The SONAME of the NSS library module.])
+AC_SUBST(NSS_LDAP_SONAME)

$with_nslcd_socket should be $with_nss_ldap_soname.

And while you're at it:

+  # check for a definition of struct rpcent
+  AC_CHECK_TYPES(enum nss_status,,,[

s/rpcent/nss_status/

Cheers,
Julien

Attachment: signature.asc
Description: Digital signature


Reply to: