Subject: Re: mysql-client does not build on solaris 8: openssl
To: Pierre Bourgin <pierre.bourgin@pcotech.fr>
From: grant beattie <grant@NetBSD.org>
List: tech-pkg
Date: 07/05/2005 22:00:51
On Tue, Jul 05, 2005 at 11:51:31AM +0200, Pierre Bourgin wrote:

> and thanks for the fix. could you explain how you fixed it ? with the 
> following line in Makefile.common ?
> 
>   CONFIGURE_ARGS+=        --with-openssl=${SSLBASE}
> 
> I'm curious about it, since SSLBASE does not contain anything in my env, as 
> reported by the following commands:
> 
>   % cd mysql-client
>   % bmake show-var VARNAME=SSLBASE
> 
>   % bmake show-var VARNAME=LOCALBASE
>   /usr/pkg
> 
> So I've got trouble in my env  (solaris 8/sparc) ?

the variable needed is ${BUILDLINK_PREFIX.openssl}

with buildlink, each dependency package has a BUILDLINK_PREFIX.<pkg>
variable which points to where the dependency is installed.

grant.