reverse: fix nginx build

This commit is contained in:
Wonderfall 2016-05-08 19:58:01 +02:00
parent 1f2a087868
commit ac398e3eac

View File

@ -79,7 +79,7 @@ RUN echo "@commuedge http://nl.alpinelinux.org/alpine/edge/community" >> /etc/ap
--with-http_v2_module \ --with-http_v2_module \
--with-http_gzip_static_module \ --with-http_gzip_static_module \
--with-http_stub_status_module \ --with-http_stub_status_module \
--with-openssl=/tmp/libressl \ --with-openssl=/tmp/libressl-${LIBRESSL_VERSION} \
--with-cc-opt='-g -O2 -fstack-protector-strong -Wformat -Werror=format-security' \ --with-cc-opt='-g -O2 -fstack-protector-strong -Wformat -Werror=format-security' \
--with-ld-opt="-lrt" \ --with-ld-opt="-lrt" \
--with-file-aio \ --with-file-aio \