[Lunar-commits] r20629 - in moonbase/trunk/security: . tls
Jannis
jannis at lunar-linux.org
Thu Jul 6 18:12:35 UTC 2006
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://foo-projects.org/pipermail/lunar-dev/attachments/20060706/cffd9261/attachment.bin
More information about the Lunar-dev
mailing list