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>

index | next in thread | raw e-mail

[-- Attachment #1 --]
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+= --with-openldap=${LOCALBASE}
.endif

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

[-- Attachment #2 --]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (FreeBSD)

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

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