[Lunar-commits] r20629 - in moonbase/trunk/security: . tls

Dennis Veatch dennisveatch at bellsouth.net
Thu Jul 6 18:35:33 UTC 2006


On Thursday 06 July 2006 14:12, Jannis wrote:
> On Thu,  6 Jul 2006 18:06:15 +0000 (UTC), Dennis Veatch wrote:
> > Author: stumbles
> > Date: 2006-07-06 18:06:15 +0000 (Thu, 06 Jul 2006)
> > New Revision: 20629
> >
> > Added:
> >    moonbase/trunk/security/tls/
> >    moonbase/trunk/security/tls/BUILD
> >    moonbase/trunk/security/tls/DETAILS
> > Log:
> >
> > This is needed by the current version of amsn to connect via
> > ssl. At least this was the only way I could get to do so.
> >
> > I had to specify the ssl dir in the BUILD else it could not find it.
> >
> > Anyway, here ya go.
> >
> >
> >
> > Added: moonbase/trunk/security/tls/BUILD
> > ===================================================================
> > --- moonbase/trunk/security/tls/BUILD
> > (rev 0) +++ moonbase/trunk/security/tls/BUILD	2006-07-06
> > 18:06:15 UTC (rev 20629) @@ -0,0 +1,11 @@
> > +(
> > +
> > +
> > +  ./configure  --prefix=/usr         \
> > +               --enable-threads      \
> > +               --enable-shared       \
> > +               --with-ssl-dir=/usr  &&
>
> I think this would look clearn if we used this form:
>
>   OPTS="$OPTS --enable-threads --enable-shared --with-ssl-dir=/usr"
>   default_build
>
> The /usr prefix is already passed to $OPTS, I think and by default,
> $OPTS should be passed to configure anyway (which is done in
> default_config/default_build).
>
> Regards,
> Jannis

If that suits ya. I don't know that we have a set/defined preference.  I'm 
fine with it either way. 


More information about the Lunar-dev mailing list