Path to this page:
Subject: CVS commit: pkgsrc/lang/php5
From: Adrian Portelli
Date: 2009-02-07 19:03:00
Message id: 20090207180300.BB311175D0@cvs.netbsd.org
Log Message:
Get SSL support working on OpenSolaris. Unfortunately on OpenSolairs the
OpenSSL install is split between /lib and /usr/include/openssl with plays
havoc with the php ./configure as it assumes both have the same base
directory (e.g. /usr). This patch uses a modified inbuilt check for
OpenSSL instead of explicitly specifying a base using --with-openssl.
Files: