From 01f59615400f7449a8b88e9e74a27c2a8b93fb87 Mon Sep 17 00:00:00 2001 From: Maxim Dounin Date: Mon, 5 Mar 2012 12:58:10 +0000 Subject: Merge of r4474, r4493: configure/build fixes. *) Fixed build with embedded perl and --with-openssl. *) Configure: moved icc detection before gcc. New versions of icc confuse auto/cc/name due to introduced handling of a "icc -v". --- auto/lib/perl/make | 1 + 1 file changed, 1 insertion(+) (limited to 'auto/lib/perl/make') diff --git a/auto/lib/perl/make b/auto/lib/perl/make index f5d9ab501..b4df01dd9 100644 --- a/auto/lib/perl/make +++ b/auto/lib/perl/make @@ -28,6 +28,7 @@ $NGX_OBJS/src/http/modules/perl/Makefile: \ && NGX_PM_CFLAGS="\$(NGX_PM_CFLAGS) -g $NGX_CC_OPT" \ NGX_PCRE=$PCRE \ NGX_OBJS=$NGX_OBJS \ + NGX_OPENSSL=$OPENSSL \ $NGX_PERL Makefile.PL \ LIB=$NGX_PERL_MODULES \ INSTALLSITEMAN3DIR=$NGX_PERL_MODULES_MAN -- cgit