diff options
author | leot <leot@pkgsrc.org> | 2019-05-20 11:23:48 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2019-05-20 11:23:48 +0000 |
commit | 0dc7e16d6e8cd723a25030f78b77fbb0a2260270 (patch) | |
tree | 6de58332362a0e630d2261c067ff10a11a12390b /www/webkit-gtk | |
parent | 4217d7024e9f35a986c250c21b023b4fe8eed4df (diff) | |
download | pkgsrc-0dc7e16d6e8cd723a25030f78b77fbb0a2260270.tar.gz |
webkit-gtk: Add a rationale for NOT_PAX_MPROTECT_SAFE
Diffstat (limited to 'www/webkit-gtk')
-rw-r--r-- | www/webkit-gtk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/webkit-gtk/Makefile b/www/webkit-gtk/Makefile index f27e7d28c37..4466062f5fc 100644 --- a/www/webkit-gtk/Makefile +++ b/www/webkit-gtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.165 2019/05/17 16:11:17 leot Exp $ +# $NetBSD: Makefile,v 1.166 2019/05/20 11:23:48 leot Exp $ DISTNAME= webkitgtk-2.24.2 PKGNAME= ${DISTNAME:S/webkitgtk/webkit-gtk/} @@ -96,6 +96,7 @@ CXXFLAGS+= -Wno-c++11-narrowing # This does not disable optimisations, merely avoids #error if there are none. CFLAGS+= -DRELEASE_WITHOUT_OPTIMIZATIONS +# Needed for JavaScript JIT NOT_PAX_MPROTECT_SAFE+= libexec/webkit2gtk-4.0/WebKitWebProcess NOT_PAX_MPROTECT_SAFE+= libexec/webkit2gtk-4.0/jsc |