[nginx] Fixed building --with-stream when precompiled headers ar...

Sergey Kandaurov pluknet at nginx.com
Tue Apr 21 07:14:54 UTC 2015


details:   http://hg.nginx.org/nginx/rev/1bdfceda86a9
branches:  
changeset: 6118:1bdfceda86a9
user:      Sergey Kandaurov <pluknet at nginx.com>
date:      Mon Apr 20 17:36:51 2015 +0300
description:
Fixed building --with-stream when precompiled headers are used.

diffstat:

 auto/make |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 3b7a60371a9a -r 1bdfceda86a9 auto/make
--- a/auto/make	Mon Apr 20 16:54:41 2015 +0300
+++ b/auto/make	Mon Apr 20 17:36:51 2015 +0300
@@ -36,7 +36,7 @@ fi
 
 # ALL_INCS, required by the addons and by OpenWatcom C precompiled headers
 
-ngx_incs=`echo $CORE_INCS $NGX_OBJS $HTTP_INCS $MAIL_INCS\
+ngx_incs=`echo $CORE_INCS $NGX_OBJS $HTTP_INCS $MAIL_INCS $STREAM_INCS\
     | sed -e "s/  *\([^ ][^ ]*\)/$ngx_regex_cont$ngx_include_opt\1/g" \
           -e "s/\//$ngx_regex_dirsep/g"`
 



More information about the nginx-devel mailing list