Date: Friday, May 10, 2013 @ 23:43:46
  Author: thestinger
Revision: 90273

lxc: add seccomp support

Modified:
  lxc/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2013-05-10 21:34:29 UTC (rev 90272)
+++ PKGBUILD    2013-05-10 21:43:46 UTC (rev 90273)
@@ -1,17 +1,18 @@
 # $Id$
 # Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com>
 # Contributor: Andrea Zucchelli <zukk...@gmail.com>
+# Contributor: Daniel Micay <danielmi...@gmail.com>
 # Contributor: Jonathan Liu <net...@gmail.com>
-# Maintainer: Jon Nordby <jono...@gmail.com>
+# Contributor: Jon Nordby <jono...@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 @@
        --libexecdir=/usr/bin \
        --sysconfdir=/etc \
        --disable-apparmor \
-       --disable-doc
+       --disable-doc \
+        --enable-seccomp
   make
 }
 

Reply via email to