pkgsrc-WIP-changes archive

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

qt6-qtwebengine: mark QtWebEngineProcess not mprotect safe



Module Name:	pkgsrc-wip
Committed By:	Mark Davies <mark%ecs.vuw.ac.nz@localhost>
Pushed By:	markd
Date:		Tue Mar 18 08:38:59 2025 +1300
Changeset:	48e303d2a66851bfa34257dceb99c6b1a49b98ef

Modified Files:
	qt6-qtwebengine/Makefile

Log Message:
qt6-qtwebengine: mark QtWebEngineProcess not mprotect safe

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

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

diffstat:
 qt6-qtwebengine/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/qt6-qtwebengine/Makefile b/qt6-qtwebengine/Makefile
index 3f6b6562a3..62e6286627 100644
--- a/qt6-qtwebengine/Makefile
+++ b/qt6-qtwebengine/Makefile
@@ -75,6 +75,8 @@ SUBST_FILES.path+=	src/3rdparty/chromium/ui/qt/qt.gni
 SUBST_FILES.path+=	src/3rdparty/chromium/v8/tools/run-paxctl.py
 SUBST_VARS.path+=	PREFIX PKG_SYSCONFBASE VARBASE QTDIR X11BASE PYTHONBIN
 
+NOT_PAX_MPROTECT_SAFE+=	qt6/libexec/QtWebEngineProcess
+
 # These libraries are used from the system and the build infrastructure
 # removes them from the bundled third_party directory and replaces them
 # with hooks to use them from the system.


Home | Main Index | Thread Index | Old Index