pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/valgrind
Module Name: pkgsrc
Committed By: nia
Date: Fri Aug 11 08:45:47 UTC 2023
Modified Files:
pkgsrc/devel/valgrind: Makefile
Log Message:
valgrind: Disable RELRO until someone with access to a supported platform
can investigate
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/devel/valgrind/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/valgrind/Makefile
diff -u pkgsrc/devel/valgrind/Makefile:1.37 pkgsrc/devel/valgrind/Makefile:1.38
--- pkgsrc/devel/valgrind/Makefile:1.37 Tue Mar 7 18:53:40 2023
+++ pkgsrc/devel/valgrind/Makefile Fri Aug 11 08:45:47 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2023/03/07 18:53:40 adam Exp $
+# $NetBSD: Makefile,v 1.38 2023/08/11 08:45:47 nia Exp $
DISTNAME= valgrind-3.20.0
CATEGORIES= devel
@@ -28,6 +28,9 @@ SSP_SUPPORTED= no
REPLACE_PERL+= callgrind/callgrind_annotate.in
REPLACE_PERL+= callgrind/callgrind_control.in
+# XXX needs investigation on a supported platform
+RELRO_SUPPORTED= no
+
.include "../../mk/bsd.prefs.mk"
.if ${MACHINE_ARCH:C/arm.*/arm/} == "arm"
Home |
Main Index |
Thread Index |
Old Index