comparison src/http/modules/perl/Makefile.PL @ 4473:3b877a45d343

Fixed build with embedded perl and --with-openssl.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 13 Feb 2012 15:38:48 +0000
parents d620f497c50f
children ae3ebf5ac8cd
comparison
equal deleted inserted replaced
4472:c95b828912a3 4473:3b877a45d343
23 "-I ../../../../../src/http/modules " . 23 "-I ../../../../../src/http/modules " .
24 "-I ../../../../../src/http/modules/perl " . 24 "-I ../../../../../src/http/modules/perl " .
25 "-I ../../../../../$ENV{NGX_OBJS} " . 25 "-I ../../../../../$ENV{NGX_OBJS} " .
26 ($ENV{NGX_PCRE} =~ /^(YES|NO)/ ? "" : 26 ($ENV{NGX_PCRE} =~ /^(YES|NO)/ ? "" :
27 ($ENV{NGX_PCRE} =~ m#^/# ? "-I $ENV{NGX_PCRE} " : 27 ($ENV{NGX_PCRE} =~ m#^/# ? "-I $ENV{NGX_PCRE} " :
28 "-I ../../../../../$ENV{NGX_PCRE} ")), 28 "-I ../../../../../$ENV{NGX_PCRE} ")) .
29 ($ENV{NGX_OPENSSL} =~ /^(YES|NO)/ ? "" :
30 ($ENV{NGX_OPENSSL} =~ m#^/# ?
31 "-I $ENV{NGX_OPENSSL}/.openssl/include " :
32 "-I ../../../../../$ENV{NGX_OPENSSL}/.openssl/include ")),
29 33
30 depend => { 34 depend => {
31 'nginx.c' => 35 'nginx.c' =>
32 "../../../../../src/http/modules/perl/ngx_http_perl_module.h" 36 "../../../../../src/http/modules/perl/ngx_http_perl_module.h"
33 }, 37 },