[arch-commits] Commit in lxc/trunk (PKGBUILD)

Daniel Micay thestinger at nymeria.archlinux.org
Fri May 10 21:43:46 UTC 2013


    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+arch at gmail.com>
 # Contributor: Andrea Zucchelli <zukka77 at gmail.com>
+# Contributor: Daniel Micay <danielmicay at gmail.com>
 # Contributor: Jonathan Liu <net147 at gmail.com>
-# Maintainer: Jon Nordby <jononor at gmail.com>
+# Contributor: Jon Nordby <jononor at 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
 }
 




More information about the arch-commits mailing list