X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=configure.ac;h=ab5135d479ccb1a52fa805f1d220c36fa19d4119;hb=c98db32cbc4a3f7e4b655aacfbc503639bb8379c;hp=e2f54801c5cd1efa769e038dd1edc30a1e4a8bc4;hpb=02e4f7c252b043dfb7f4a0e3af05b129781aae7e;p=tlsproxy%2Ftlsproxy.git diff --git a/configure.ac b/configure.ac index e2f5480..ab5135d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -dnl Copyright (C) 2011-2012 Simon Ruderich +dnl Copyright (C) 2011-2013 Simon Ruderich dnl dnl This program is free software: you can redistribute it and/or modify dnl it under the terms of the GNU General Public License as published by @@ -29,7 +29,7 @@ if test "x$GCC" = xyes; then CFLAGS="-Wno-error=int-to-pointer-cast $CFLAGS" CPPFLAGS="-D_XOPEN_SOURCE=500 $CPPFLAGS" # Additional hardening flags. - CFLAGS="-fPIE -fstack-protector-all --param=ssp-buffer-size=1 -Wformat -Werror=format-security $CFLAGS" + CFLAGS="-fPIE -fstack-protector-all -Wformat -Werror=format-security $CFLAGS" CPPFLAGS="-D_FORTIFY_SOURCE=2 $CPPFLAGS" LDFLAGS="-fPIE -pie -Wl,-z,relro -Wl,-z,now $LDFLAGS" fi