File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ RUN cd /usr/local; git clone --depth 1 --branch v0.63 https://gitee.com/g-mids/e
38
38
# ADD https://zlib.net/zlib-$ZLIB_VERSION.tar.gz /tmp/zlib.tar.gz
39
39
# ADD: 会解压tar.gz
40
40
COPY ./data/$VERSION/*.tar.gz /data/
41
- # baduAI>> openssl: ./config no-tests; ./configure --no-tests --no-samples [err: invalid option "--no-tests"]
41
+ # baduAI>> openssl: ./config no-tests[ERR: invalid option "no-tests"] ; ./configure --no-tests --no-samples [err: invalid option "--no-tests"]
42
42
RUN ls -l /data/*; \
43
43
tar -C /tmp -xf /data/nginx.tar.gz && \
44
44
tar -C /tmp -xf /data/openssl.tar.gz && \
@@ -49,7 +49,7 @@ RUN ls -l /data/*; \
49
49
# cat auto/cc/gcc |grep CFLAGS; \
50
50
# sbin/nginx: 13M > 5.9M
51
51
sed -i "s^CFLAGS\=\"\$ CFLAGS\ \- g\" ^#CFLAGS=\"\$ CFLAGS \- g\" ^g" auto/cc/gcc; \
52
- ./configure no-tests \
52
+ ./configure \
53
53
--with-cc-opt="-static" \
54
54
--with-ld-opt="-static" \
55
55
--with-cpu-opt="generic" \
You can’t perform that action at this time.
0 commit comments