[hackers] [surf] Remove the pax intermediary. || Christoph Lohmann

From: <git_AT_suckless.org>
Date: Tue, 8 Sep 2015 20:29:04 +0200 (CEST)

commit 3c2acda0b745ffd887a99f8f32b64064665fa553
Author: Christoph Lohmann <20h_AT_r-36.net>
AuthorDate: Tue Sep 8 20:28:11 2015 +0200
Commit: Christoph Lohmann <20h_AT_r-36.net>
CommitDate: Tue Sep 8 20:28:11 2015 +0200

    Remove the pax intermediary.
    
    Compile webkit without jit and you don't need to disable mprotect.

diff --git a/Makefile b/Makefile
index 539609c..a9d4d1d 100644
--- a/Makefile
+++ b/Makefile
_AT_@ -47,7 +47,6 @@ install: all
         _AT_mkdir -p ${DESTDIR}${PREFIX}/bin
         _AT_cp -f surf ${DESTDIR}${PREFIX}/bin
         _AT_chmod 755 ${DESTDIR}${PREFIX}/bin/surf
- _AT_if [ -x /sbin/paxctl ]; then /sbin/paxctl -m ${DESTDIR}${PREFIX}/bin/surf; fi
         _AT_echo installing manual page to ${DESTDIR}${MANPREFIX}/man1
         _AT_mkdir -p ${DESTDIR}${MANPREFIX}/man1
         _AT_sed "s/VERSION/${VERSION}/g" < surf.1 > ${DESTDIR}${MANPREFIX}/man1/surf.1
Received on Tue Sep 08 2015 - 20:29:04 CEST

This archive was generated by hypermail 2.3.0 : Tue Sep 08 2015 - 20:36:11 CEST