pkgsrc-WIP-changes archive

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

coyim: Added CHECK_RELRO_SKIP. Suggestion by leot@.



Module Name:	pkgsrc-wip
Committed By:	Santhosh Raju <fox%NetBSD.org@localhost>
Pushed By:	fox
Date:		Wed Apr 24 17:57:50 2019 -0500
Changeset:	fa3c50fbdd2f394feae2fe5da53307637a894539

Modified Files:
	coyim/Makefile

Log Message:
coyim: Added CHECK_RELRO_SKIP. Suggestion by leot@.

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

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

diffstat:
 coyim/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/coyim/Makefile b/coyim/Makefile
index ed4331d951..8d23297027 100644
--- a/coyim/Makefile
+++ b/coyim/Makefile
@@ -39,6 +39,8 @@ SUBST_SED.desktop-entry+=	-e 's|\# Icon=/path/to/Coy.icns|Icon=${COYIM_ICON}|'
 SUBST_SED.desktop-entry+=	-e '/^\#/d'
 SUBST_SED.desktop-entry+=	-e '/^$$/d'
 
+CHECK_RELRO_SKIP=	bin/coyim
+
 do-install:
 	${INSTALL_PROGRAM} ${WRKDIR}/bin/coyim ${DESTDIR}${PREFIX}/bin
 	${INSTALL_DATA} ${COYIM_DESKTOP} ${DESTDIR}${PREFIX}/share/applications/


Home | Main Index | Thread Index | Old Index