diff options
author | Igor Sysoev <igor@sysoev.ru> | 2006-01-16 14:56:53 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2006-01-16 14:56:53 +0000 |
commit | 9bf11aa19366f45bcd10a0917034acb45f89b259 (patch) | |
tree | c7231ce937ab196c89608185e59ab544224e4da8 /auto/cc/gcc | |
parent | 243edbb727c49ac25355e109a097f1ca2d9e1e44 (diff) | |
download | nginx-9bf11aa19366f45bcd10a0917034acb45f89b259.tar.gz nginx-9bf11aa19366f45bcd10a0917034acb45f89b259.zip |
nginx-0.3.21-RELEASE importrelease-0.3.21
*) Feature: the ngx_http_perl_module.
*) Change: the "valid_referers" directive allows the referreres without
URI part.
Diffstat (limited to 'auto/cc/gcc')
-rw-r--r-- | auto/cc/gcc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/auto/cc/gcc b/auto/cc/gcc index 5c5f61cd8..21a73406e 100644 --- a/auto/cc/gcc +++ b/auto/cc/gcc @@ -172,3 +172,5 @@ CFLAGS="$CFLAGS -g" if [ ".$CPP" = "." ]; then CPP="$CC -E" fi + +NGX_PERL_CFLAGS="$CFLAGS" |