pkgsrc-WIP-changes archive

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

electron32: disable mprotect



Module Name:	pkgsrc-wip
Committed By:	kikadf <kikadf.01%gmail.com@localhost>
Pushed By:	kikadf
Date:		Tue Mar 4 18:02:01 2025 +0100
Changeset:	e03ced6a1aa08b88450b67fe4f0d109e85b4021d

Modified Files:
	electron32/Makefile

Log Message:
electron32: disable mprotect

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

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

diffstat:
 electron32/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/electron32/Makefile b/electron32/Makefile
index c5c93c7f49..2175fe2a84 100644
--- a/electron32/Makefile
+++ b/electron32/Makefile
@@ -229,7 +229,7 @@ GN_BOOTSTRAP_FLAGS+=	--skip-generate-buildfiles
 # This is pkgsrc use only.
 #GN_ARGS+=	google_api_key=\"AIzaSyAT_3ogzNMKbBMFk3xQ6T35fg52Y9GrFBg\"
 
-#NOT_PAX_MPROTECT_SAFE+=	lib/${PKGBASE}/electron
+NOT_PAX_MPROTECT_SAFE+=	lib/${PKGBASE}/electron
 
 PKG_CC=			clang
 PKG_CXX=		clang++


Home | Main Index | Thread Index | Old Index