svn commit: r361294 - in head/www/apache22: . files

Mathieu Arnold mat at FreeBSD.org
Fri Jul 11 21:46:55 UTC 2014


+--On 11 juillet 2014 23:27:25 +0200 olli hauer <ohauer at gmx.de> wrote:
| It's a long time ago but I remember such failures because OPENSSLBASE was
| not set at configure time to correct path. (I suspect thats also the
| reason why some ports have a fix .include Mk/bsd.openssl.mk)

Well, I poked around a bit, it seems to be all right:

# make -V SSL_CONFIGURE_ON
--with-ssl=/usr/local

The thing is, bsd.openssl.mk also adds some bits to LDFLAGS, it ends up
like this:

# make -V LDFLAGS
 -L/usr/local/lib -Wl,-rpath,/usr/local/lib -pthread

Maybe it's somehow wrong, but I don't really know.

| Will try to find a solution

If you need any testing, just let me know :-)
Also, I should point out, it only affects 8 and 9, because 10 already has
the same version of OpenSSL in the base system, so it doesn't lack things.

-- 
Mathieu Arnold


More information about the svn-ports-head mailing list