pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/cliqz
Module Name: pkgsrc
Committed By: fox
Date: Sun Apr 28 22:00:54 UTC 2019
Modified Files:
pkgsrc/www/cliqz: Makefile
Log Message:
cliqz: Added a comment about NOT_PAX_MPROTECT_SAFE so that pkglint(1)
is happy.
This option is needed by the Javascript JIT used by cliqz, else it
will crash.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/cliqz/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/cliqz/Makefile
diff -u pkgsrc/www/cliqz/Makefile:1.4 pkgsrc/www/cliqz/Makefile:1.5
--- pkgsrc/www/cliqz/Makefile:1.4 Sun Apr 28 16:30:05 2019
+++ pkgsrc/www/cliqz/Makefile Sun Apr 28 22:00:54 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2019/04/28 16:30:05 fox Exp $
+# $NetBSD: Makefile,v 1.5 2019/04/28 22:00:54 fox Exp $
DISTNAME= cliqz-1.26.4
CATEGORIES= www
@@ -66,6 +66,7 @@ REPLACE_BASH+= magic_build_and_package.s
CFLAGS+= -D_GLIBCXX_INCLUDE_NEXT_C_HEADERS
LDFLAGS+= ${COMPILER_RPATH_FLAG}${PREFIX}/lib/cliqz ${COMPILER_RPATH_FLAG}${PREFIX}/lib
+# Needed by the Javascript JIT used in cliqz
NOT_PAX_MPROTECT_SAFE+= lib/cliqz/cliqz
NOT_PAX_MPROTECT_SAFE+= lib/cliqz/cliqz-bin
NOT_PAX_MPROTECT_SAFE+= lib/cliqz/plugin-container
Home |
Main Index |
Thread Index |
Old Index