pkgsrc-WIP-changes archive

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

adguardhome: add CHECK_RELRO_SKIP



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Wed Mar 24 12:41:23 2021 +0100
Changeset:	188e4e1c2e3cdfa13fb7db3b2e199b64c9378281

Modified Files:
	adguardhome/Makefile

Log Message:
adguardhome: add CHECK_RELRO_SKIP

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

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

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

diffs:
diff --git a/adguardhome/Makefile b/adguardhome/Makefile
index ffa0f41979..a5e29e58da 100644
--- a/adguardhome/Makefile
+++ b/adguardhome/Makefile
@@ -22,6 +22,8 @@ LICENSE=	gnu-gpl-v3
 
 WRKSRC=		${WRKDIR}/AdGuardHome-${DISTNAME:S,^v,,}
 
+CHECK_RELRO_SKIP+=	sbin/adguardhome
+
 USE_TOOLS+=	tar
 #USE_LANGUAGES=	# none
 


Home | Main Index | Thread Index | Old Index