diff --git a/srcpkgs/valgrind/template b/srcpkgs/valgrind/template index bc93f932e33..4bfd86dc879 100644 --- a/srcpkgs/valgrind/template +++ b/srcpkgs/valgrind/template @@ -1,7 +1,7 @@ # Template file for 'valgrind' pkgname=valgrind version=3.22.0 -revision=1 +revision=2 build_style=gnu-configure configure_args="--enable-tls --without-mpicc --enable-lto=yes" hostmakedepends="automake perl pkg-config" @@ -14,6 +14,8 @@ homepage="http://valgrind.org/" changelog="https://valgrind.org/docs/manual/dist.news.html" distfiles="https://sourceware.org/pub/valgrind/valgrind-${version}.tar.bz2" checksum=c811db5add2c5f729944caf47c4e7a65dcaabb9461e472b578765dd7bf6d2d4c +# https://valgrind.org/docs/manual/dist.readme-packagers.html +nostrip=yes CFLAGS="-fno-stack-protector" CXXFLAGS="-fno-stack-protector"