mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/nsjail to 2.9-4
This commit is contained in:
parent
fccb68e7a9
commit
00e6a0d539
1 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
pkgname=nsjail
|
||||
pkgver=2.9
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
pkgdesc="Light-weight process isolation tool"
|
||||
arch=(x86_64)
|
||||
url="https://nsjail.com"
|
||||
|
@ -21,6 +21,7 @@ sha256sums=('f8578a48330d3d089c9234a2b562be08043f8fe77453c322724acdf403d0afc3'
|
|||
|
||||
prepare() {
|
||||
mv kafel ${pkgname}-${pkgver}
|
||||
sed -e 's|-Werror||' -i $pkgname-$pkgver/Makefile
|
||||
cd ${pkgname}-${pkgver}
|
||||
patch -p1 -i ../0001-32-bit-fix.patch
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue