File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1- #! /usr/ bin/env bash
1+ #! /bin/bash
22echo " 用法:configure-win.sh [编译器] [架构]"
33
4- auto/configure \
4+ .、 auto/configure \
55 --with-cc=$1 \
66 --builddir=build \
77 --build=SystemFileB_Nginx-rtmp_Build_$2 \
@@ -19,6 +19,7 @@ auto/configure \
1919 --http-uwsgi-temp-path=nginx/temp/uwsgi_temp \
2020 --with-cc-opt=-DFD_SETSIZE=1024 \
2121 --with-pcre=lib/pcre2 \
22+ --with-pcre-opt=" --disable-dependency-tracking" \
2223 --with-zlib=lib/zlib \
2324 --with-http_v2_module \
2425 --with-http_realip_module \
Original file line number Diff line number Diff line change 2424echo " Step 1: 构建 $1 版本"
2525echo " Step 1.1: 配置"
2626if " $1 " == " windows" ; then
27+ chmod +x configure-* .sh
2728 $RUNPATH /configure-win.sh $2 $CURRENT_TIME
2829else
2930 $RUNPATH /configure-linux.sh $2 $CURRENT_TIME
You can’t perform that action at this time.
0 commit comments