diff options
author | root <root@rshg054.dnsready.net> | 2013-05-11 01:48:19 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-05-11 01:48:19 -0700 |
commit | 207b7c7b0d7bc0db898a2386a665bdb20495fb19 (patch) | |
tree | 972e21e2c70df56034182bfc0bf6ccbebab104b7 /community/lxc | |
parent | fc7ee6f5a358c428577ae4e6217ff594a3e45ad3 (diff) |
Sat May 11 01:48:09 PDT 2013
Diffstat (limited to 'community/lxc')
-rw-r--r-- | community/lxc/PKGBUILD | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/community/lxc/PKGBUILD b/community/lxc/PKGBUILD index 844059cde..bf73e8dfb 100644 --- a/community/lxc/PKGBUILD +++ b/community/lxc/PKGBUILD @@ -1,17 +1,18 @@ -# $Id: PKGBUILD 87850 2013-04-08 09:23:47Z spupykin $ +# $Id: PKGBUILD 90274 2013-05-10 21:44:25Z thestinger $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Andrea Zucchelli <zukka77@gmail.com> +# Contributor: Daniel Micay <danielmicay@gmail.com> # Contributor: Jonathan Liu <net147@gmail.com> -# Maintainer: Jon Nordby <jononor@gmail.com> +# Contributor: Jon Nordby <jononor@gmail.com> pkgname=lxc pkgver=0.9.0 epoch=1 -pkgrel=1 +pkgrel=2 pkgdesc="Linux Containers" arch=('i686' 'x86_64') url="http://lxc.sourceforge.net/" -depends=('bash' 'perl') +depends=('bash' 'perl' 'libseccomp') license=('LGPL') source=("http://lxc.sourceforge.net/download/lxc/$pkgname-${pkgver/_/-}.tar.gz") md5sums=('8552a4479090616f4bc04d8473765fc9') @@ -24,7 +25,8 @@ build() { --libexecdir=/usr/bin \ --sysconfdir=/etc \ --disable-apparmor \ - --disable-doc + --disable-doc \ + --enable-seccomp make } |