diff options
| author | Maxim Dounin <mdounin@mdounin.ru> | 2012-03-05 12:58:10 +0000 |
|---|---|---|
| committer | Maxim Dounin <mdounin@mdounin.ru> | 2012-03-05 12:58:10 +0000 |
| commit | 01f59615400f7449a8b88e9e74a27c2a8b93fb87 (patch) | |
| tree | 17257605a1c356697a4ed18335d20f0e62e228a8 /auto/lib/perl/make | |
| parent | be909c35b0b2ad737b701fde9c63105251800b14 (diff) | |
| download | nginx-01f59615400f7449a8b88e9e74a27c2a8b93fb87.tar.gz nginx-01f59615400f7449a8b88e9e74a27c2a8b93fb87.tar.bz2 | |
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".
Diffstat (limited to 'auto/lib/perl/make')
| -rw-r--r-- | auto/lib/perl/make | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
