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
2
2
echo " 用法:configure-win.sh [编译器] [架构]"
3
3
4
- auto/configure \
4
+ .、 auto/configure \
5
5
--with-cc=$1 \
6
6
--builddir=build \
7
7
--build=SystemFileB_Nginx-rtmp_Build_$2 \
@@ -19,6 +19,7 @@ auto/configure \
19
19
--http-uwsgi-temp-path=nginx/temp/uwsgi_temp \
20
20
--with-cc-opt=-DFD_SETSIZE=1024 \
21
21
--with-pcre=lib/pcre2 \
22
+ --with-pcre-opt=" --disable-dependency-tracking" \
22
23
--with-zlib=lib/zlib \
23
24
--with-http_v2_module \
24
25
--with-http_realip_module \
Original file line number Diff line number Diff line change 24
24
echo " Step 1: 构建 $1 版本"
25
25
echo " Step 1.1: 配置"
26
26
if " $1 " == " windows" ; then
27
+ chmod +x configure-* .sh
27
28
$RUNPATH /configure-win.sh $2 $CURRENT_TIME
28
29
else
29
30
$RUNPATH /configure-linux.sh $2 $CURRENT_TIME
You can’t perform that action at this time.
0 commit comments