Introduction
Introduction Statistics Contact Development Disclaimer Help
tAdd PaX support. - surf - customized build of surf, the suckless webkit browser
git clone git://src.adamsgaard.dk/surf
Log
Files
Refs
README
LICENSE
---
commit 294142a806c9423ab47309c8871815e12e7c0107
parent 957a6f0812bbc7140b89219de68458c715f35999
Author: Christoph Lohmann <[email protected]>
Date: Tue, 18 Aug 2015 18:21:34 +0200
Add PaX support.
Mprotect needs to be turned off for Webkit.
Diffstat:
M Makefile | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
diff --git a/Makefile b/Makefile
t@@ -47,6 +47,7 @@ install: all
@mkdir -p ${DESTDIR}${PREFIX}/bin
@cp -f surf ${DESTDIR}${PREFIX}/bin
@chmod 755 ${DESTDIR}${PREFIX}/bin/surf
+ @[ -e /sbin/paxctl ] && /sbin/paxctl -m ${DESTDIR}${PREFIX}/bin/surf
@echo installing manual page to ${DESTDIR}${MANPREFIX}/man1
@mkdir -p ${DESTDIR}${MANPREFIX}/man1
@sed "s/VERSION/${VERSION}/g" < surf.1 > ${DESTDIR}${MANPREFIX}/man1/s…
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.