diff options
| author | Christoph Lohmann <[email protected]> | 2015-09-08 20:28:11 +0200 |
|---|---|---|
| committer | Christoph Lohmann <[email protected]> | 2015-09-08 20:28:11 +0200 |
| commit | 3c2acda0b745ffd887a99f8f32b64064665fa553 (patch) | |
| tree | 52af20ecf5f853d4c41fcf548a254820d2a15627 /Makefile | |
| parent | Fixing the paxctl check. (diff) | |
| download | surf-3c2acda0b745ffd887a99f8f32b64064665fa553.tar.gz surf-3c2acda0b745ffd887a99f8f32b64064665fa553.tar.bz2 surf-3c2acda0b745ffd887a99f8f32b64064665fa553.zip | |
Remove the pax intermediary.
Compile webkit without jit and you don't need to disable mprotect.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 539609c..a9d4d1d 100644 --- a/Makefile +++ b/Makefile @@ -47,7 +47,6 @@ install: all @mkdir -p ${DESTDIR}${PREFIX}/bin @cp -f surf ${DESTDIR}${PREFIX}/bin @chmod 755 ${DESTDIR}${PREFIX}/bin/surf - @if [ -x /sbin/paxctl ]; then /sbin/paxctl -m ${DESTDIR}${PREFIX}/bin/surf; fi @echo installing manual page to ${DESTDIR}${MANPREFIX}/man1 @mkdir -p ${DESTDIR}${MANPREFIX}/man1 @sed "s/VERSION/${VERSION}/g" < surf.1 > ${DESTDIR}${MANPREFIX}/man1/surf.1 |