Skip site navigation (1)Skip section navigation (2)
Date:      02 Dec 2002 12:26:44 -0500
From:      Damian Gerow <damian@sentex.net>
To:        gnome@freebsd.org
Subject:   evolution-1.2.0_2
Message-ID:  <1038850004.87542.4.camel@lava.sentex.ca>

next in thread | raw e-mail | index | archive | help

--=-Qdry2UixlNdcK7wHK/iT
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable

After some struggling, I found that my install of Evolution 1.2 doesn't
include SSL support.  Here's a quick patch to the makefile to make it a
compile-time option:


-- Makefile.orig       Mon Dec  2 11:23:34 2002
+++ Makefile    Mon Dec  2 11:22:05 2002
@@ -52,6 +52,10 @@
CONFIGURE_ARGS+=3D --with-openldap=3D${LOCALBASE}
.endif

+.if defined(WITH_SSL)
+CONFIGURE_ARGS+=3D --enable-openssl=3Dyes
+.endif
+
.if !defined(WITHOUT_PILOT)
CONFIGURE_ARGS+=3D       --with-pisock=3D${LOCALBASE} \
                        --enable-pilot-conduits=3Dyes

--=-Qdry2UixlNdcK7wHK/iT
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: This is a digitally signed message part

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (FreeBSD)

iD8DBQA965fUMmhWGKs8tHURAnx6AJ4v+3iPQvaIzcLxjrCPrbe/N9khegCgi7Sz
FrE+NcwcAEmuI37hnGSSvOQ=
=uWeK
-----END PGP SIGNATURE-----

--=-Qdry2UixlNdcK7wHK/iT--

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-gnome" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1038850004.87542.4.camel>