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

olli hauer ohauer at gmx.de
Fri Jul 11 22:07:38 UTC 2014


On 2014-07-11 23:46, Mathieu Arnold wrote:
> +--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.
> 


No, the issue will not show up with make -V $VAR but by debugging with 'make -dA'.
It will be also an issue on 10 since the port version can be different from the base SSL.

I found the place where I had to workaround and it was also in apache22 (Makefile around line 158)




More information about the svn-ports-all mailing list