X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=windows%2FMYconfigure;h=832581d259b7bafba503d88ef2080677fa959008;hb=2f70740f2b352c5d75853ef5d7e90ec75c9c6c82;hp=d5bda38350c1818639796e02b383474f48f96904;hpb=a8dbad0cb141d99d6d6a2519dbe9dfd8385ec4c0;p=privoxy.git diff --git a/windows/MYconfigure b/windows/MYconfigure index d5bda383..832581d2 100755 --- a/windows/MYconfigure +++ b/windows/MYconfigure @@ -52,7 +52,7 @@ LDFLAGS="${LDFLAGS} -fstack-protector-strong" # -D_FORTIFY_SOURCE: detect some buffer overflow errors # ***>> requires compiler optimization level 1 or above <<*** # see : https://gcc.gnu.org/legacy-ml/gcc-patches/2004-09/msg02055.html -# The diffence between -D_FORTIFY_SOURCE=1 and -D_FORTIFY_SOURCE=2 is e.g. for +# The difference between -D_FORTIFY_SOURCE=1 and -D_FORTIFY_SOURCE=2 is e.g. for # struct S { struct T { char buf[5]; int x; } t; char buf[20]; } var; # With -D_FORTIFY_SOURCE=1, # strcpy (&var.t.buf[1], "abcdefg"); @@ -162,11 +162,11 @@ echo "LDFLAGS=${LDFLAGS}" # --target: only used to build a cross-compiling toolchain. ./configure --host=i686-w64-mingw32 --enable-mingw32 --enable-zlib \ + --enable-extended-statistics \ + --enable-pcre-host-patterns \ --enable-static-linking \ --enable-strptime-sanity-checks \ --disable-pthread \ - --enable-extended-statistics \ - --enable-pcre-host-patterns \ --with-brotli \ --with-mbedtls \ --with-docbook=yes