tech-pkg archive

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

Re: print/cups build problems on 4.0.1



On Tue, Apr 17, 2012 at 02:02:31PM +0200, Edgar Fuß wrote:
> > Nothing attached.
> Oops. Next try.
> 
> > Can you please send a complete tested diff?
> It's only compile-tested up to now.

> --- config-scripts/cups-ssl.m4.orig
> +++ config-scripts/cups-ssl.m4
> @@ -149,6 +149,9 @@
>                   $libcrypto)
>  
>               if test "x${SSLLIBS}" != "x"; then
> +                 LIBS="$SAVELIBS $SSLLIBS"
> +                 AC_CHECK_FUNC(SSL_set_tlsext_host_name,
> +                     AC_DEFINE(HAVE_SSL_SET_TLSEXT_HOST_NAME))
>                   break
>               fi
>           done

So we need to run autoconf, I guess. Anything else?
 Thomas


Home | Main Index | Thread Index | Old Index