From 65dd00d905c8276bb93c99f88ad9b558dbc63122 Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Tue, 31 May 2016 23:04:10 +0200 Subject: [PATCH] revert to fstack-protector-strong --- boring-nginx/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boring-nginx/Dockerfile b/boring-nginx/Dockerfile index bc8eece..964f734 100644 --- a/boring-nginx/Dockerfile +++ b/boring-nginx/Dockerfile @@ -66,7 +66,7 @@ RUN echo "@commuedge http://nl.alpinelinux.org/alpine/edge/community" >> /etc/ap && ./configure \ --prefix=/etc/nginx \ --sbin-path=/usr/local/sbin/nginx \ - --with-cc-opt="-g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIE -fstack-protector-all -Wformat -Werror=format-security -I ../boringssl/.openssl/include/" \ + --with-cc-opt="-g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fPIE -fstack-protector-strong -Wformat -Werror=format-security -I ../boringssl/.openssl/include/" \ --with-ld-opt="-Wl,-Bsymbolic-functions -Wl,-z,relro -L ../boringssl/.openssl/lib" \ --with-http_ssl_module \ --with-http_v2_module \