David Disseldorp changed bug 1221682
What Removed Added
CC   michal.jires@suse.com
Flags   needinfo?(michal.jires@suse.com)

Comment # 3 on bug 1221682 from David Disseldorp
(In reply to David Disseldorp from comment #2)
> (In reply to Michal Jireš from comment #0)
...
> > Fixing configure may not be necessary to build the package, but it might be
> > an indication that the package will be misconfigured.
> 
> Yeah, this looks like a bug in autofs. I'll propose the following fix
> upstream:
> --- a/aclocal.m4
> +++ b/aclocal.m4
> @@ -424,7 +424,7 @@ AC_LINK_IFELSE(
>        #include <ldap.h> ]],
>     [[ LDAP *ld;
>        ber_int_t *ct;
> -      struct berval *c;
> +      struct berval **c;
>        int ret;
>        LDAPControl **clp;
>        ret = ldap_parse_page_control(ld,clp,ct,c); ]])],

I've posted this upstream and submitted:
https://build.opensuse.org/request/show/1159674

As mentioned in comment#1 , I think the cyrus-sasl callback interface deserves
to be tracked as a separate bug. @Michal: if you agree, could you raise a
ticket?
I think this can be closed once cyrus-sasl is tracked elsewhere.


You are receiving this mail because: