summaryrefslogtreecommitdiffstats
path: root/main/luajit
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2015-04-09 07:34:46 +0000
committerTimo Teräs <timo.teras@iki.fi>2015-04-09 07:37:20 +0000
commit4a2fdb7c50f5499d81e8fc1a886e7e5c55d7e886 (patch)
tree63c1ce28335f9b5ab5ac384a94f0a20f9556a4ef /main/luajit
parenta9b75c455f65a9f392ec12d53c5c28155d13dcae (diff)
downloadaports-4a2fdb7c50f5499d81e8fc1a886e7e5c55d7e886.tar.bz2
aports-4a2fdb7c50f5499d81e8fc1a886e7e5c55d7e886.tar.xz
main/luajit: use paxmark
Diffstat (limited to 'main/luajit')
-rw-r--r--main/luajit/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/luajit/APKBUILD b/main/luajit/APKBUILD
index 25233add2..3cd967ce6 100644
--- a/main/luajit/APKBUILD
+++ b/main/luajit/APKBUILD
@@ -3,12 +3,12 @@
pkgname=luajit
pkgver=2.0.3
-pkgrel=1
+pkgrel=2
pkgdesc='Just-in-time compiler and replacement for Lua 5.1 '
url='http://luajit.org'
arch="all"
license="MIT"
-makedepends="$depends_dev paxctl"
+makedepends="$depends_dev paxmark"
subpackages="$pkgname-dev $pkgname-doc"
source="http://luajit.org/download/LuaJIT-$pkgver.tar.gz"
@@ -25,7 +25,7 @@ package() {
local paxflags="-m"
[ "$CARCH" = "x86" ] && paxflags="-msp"
- paxctl -c $paxflags "$pkgdir"/usr/bin/luajit-$pkgver || return 1
+ paxmark "$paxflags" "$pkgdir"/usr/bin/luajit-$pkgver || return 1
install -Dm644 "$_builddir"/COPYRIGHT \
$pkgdir/usr/share/licenses/$pkgname/COPYRIGHT