On Tue Jan 22 15:56:57 2013, MISHIKAL wrote:
Show quoted text> On Tue Jan 22 15:54:33 2013, MISHIKAL wrote:
> > What this needs, is to add the INC variable, just like
> > Crypt::OpenSSL::Random does, so that the path to the OpenSSL headers can
> > be specified. I can work around the library portion by setting LIBS to
> > point to my libraries. However, there is no corresponding INC variable
> > to set where to find the headers.
>
> --- Crypt-SSLeay-0.64/Makefile.PL.orig 2013-01-22 12:55:32.000000000
-0800
Show quoted text> +++ Crypt-SSLeay-0.64/Makefile.PL 2013-01-22 12:55:54.000000000
-0800
Show quoted text> @@ -40,6 +40,8 @@
>
> LIBS => [q{-lz -lssl -lcrypto -lssl32 -lssleay32 -leay32}],
>
> + 'INC' => '', # e.g., '-I/usr/include/other'
> +
> ($opt_static ? (LINK_TYPE => 'static') : ()),
>
> BUILD_REQUIRES => {
>
>
With the above patch, I can once again link against a custom openssl
installation.