Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Mar 2001 10:32:54 -0500
From:      Raoul Schroeder <memphis_ms@gmx.net>
To:        freebsd-questions <freebsd-questions@freebsd.org>, lioux@FreeBSD.org
Subject:   Re: Qmail-TLS port
Message-ID:  <3AB8C9A5.90E360B6@gmx.net>
References:  <3AB7B7DE.26004640@gmx.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Well, since no one else seemed to have the problem, I had to fix it
myself.

Here is the culprit - can someone please forward this to the responsible
person?

in "conf-cc" there is the following line:
cc -O -pipe

it has to be replaced with this:

cc -O -pipe -DTLS -I/usr/include/openssl

at least on my machine...

PLEASE change this - I don't want other people to waste their time with
this.


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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3AB8C9A5.90E360B6>