Subject: Re: pkg/30607: lang/erlang needs --with-ssl to find the 'right'
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: George Michaelson <ggm@apnic.net>
List: pkgsrc-bugs
Date: 06/27/2005 23:01:03
The following reply was made to PR pkg/30607; it has been noted by GNATS.
From: George Michaelson <ggm@apnic.net>
To: Thomas Klausner <wiz@NetBSD.org>
Cc: gnats-bugs@NetBSD.org
Subject: Re: pkg/30607: lang/erlang needs --with-ssl to find the 'right'
openssl
Date: Tue, 28 Jun 2005 09:00:00 +1000
On Mon, 27 Jun 2005 16:25:16 +0200
Thomas Klausner <wiz@NetBSD.org> wrote:
> On Mon, Jun 27, 2005 at 03:59:01AM +0000, ggm@apnic.net wrote:
> > >Number: 30607
> > >Category: pkg
> > >Synopsis: lang/erlang needs --with-ssl to find the 'right'
> > >openssl (patch included)
>
> I grepped the lang/erlang/work*/erlang*/configure script, and it
> doesn't offer a --with-ssl option, nor does it even contain the
> word "ssl".
>
> Could you please explain how your patch works?
> Thomas
>
[ggm@ginger erts]$ pwd
/opt/pkgsrc/lang/erlang/work/otp_src_R9C-0/erts
[ggm@ginger erts]$ grep -l with-ssl *
config.status
config.status.overridden
configure
configure.in
[ggm@ginger erts]$