pkgsrc-WIP-changes archive

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

wine64: Disable PAX MPROTECT on bin/wine64



Module Name:	pkgsrc-wip
Committed By:	Naveen Narayanan <zerous@nocebo.space>
Pushed By:	zerous
Date:		Thu Jul 11 20:14:43 2019 +0200
Changeset:	6243a8e9004b207a7219c77b26c185b391eff52b

Modified Files:
	wine64/Makefile

Log Message:
wine64: Disable PAX MPROTECT on bin/wine64

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

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

diffstat:
 wine64/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/wine64/Makefile b/wine64/Makefile
index e7446c9628..8786fb595f 100644
--- a/wine64/Makefile
+++ b/wine64/Makefile
@@ -27,6 +27,7 @@ USE_LANGUAGES=		c c++
 USE_TOOLS+=		bison flex gmake mktemp msgfmt autoconf perl
 REPLACE_PERL+=		tools/winemaker/winemaker tools/winedump/function_grep.pl
 NOT_PAX_MPROTECT_SAFE+=	bin/wine
+NOT_PAX_MPROTECT_SAFE+= bin/wine64
 
 BUILD32=		${WRKSRC}/wine32
 BUILD64=		${WRKSRC}/wine64


Home | Main Index | Thread Index | Old Index