pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

coverity-analysis-bin: turn off RELRO check



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Thu Jul 13 13:18:38 2017 +0200
Changeset:	2123eeef82ba6bd7e952b738553d9da917fb373a

Modified Files:
	coverity-analysis-bin/Makefile

Log Message:
coverity-analysis-bin: turn off RELRO check

This package contains pre-built binaries.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=2123eeef82ba6bd7e952b738553d9da917fb373a

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 coverity-analysis-bin/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/coverity-analysis-bin/Makefile b/coverity-analysis-bin/Makefile
index 2378de94ea..7d51bf2b9b 100644
--- a/coverity-analysis-bin/Makefile
+++ b/coverity-analysis-bin/Makefile
@@ -14,6 +14,8 @@ INSTALLATION_DIRS+=	${PREFIX}/coverity
 
 ONLY_FOR_PLATFORM=	NetBSD-*-x86_64
 NOT_FOR_PLATFORM=	NetBSD-[0-4]*.*-x86_64
+# pre-built binaries without RELRO
+CHECK_RELRO_SUPPORTED=	no
 
 USE_TOOLS+=		pax
 


Home | Main Index | Thread Index | Old Index