lxc: update to 2.0.5.
This commit is contained in:
parent
0f22b756b6
commit
cae3eef782
|
@ -0,0 +1,12 @@
|
|||
--- src/lxc/tools/lxc_console.c.orig 2016-10-10 06:19:46.341945026 +0200
|
||||
+++ src/lxc/tools/lxc_console.c 2016-10-10 06:20:20.667349922 +0200
|
||||
@@ -21,9 +21,7 @@
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*/
|
||||
|
||||
-#define _GNU_SOURCE
|
||||
#include <stdio.h>
|
||||
-#undef _GNU_SOURCE
|
||||
#include <stdlib.h>
|
||||
#include <errno.h>
|
||||
#include <string.h>
|
|
@ -2,7 +2,7 @@
|
|||
_desc="Linux Containers"
|
||||
|
||||
pkgname=lxc
|
||||
version=2.0.4
|
||||
version=2.0.5
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--sbindir=/usr/bin --enable-doc --enable-seccomp --enable-cgmanager
|
||||
|
@ -16,7 +16,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
homepage="http://linuxcontainers.org"
|
||||
license="LGPL-2.1"
|
||||
distfiles="http://linuxcontainers.org/downloads/lxc-${version}.tar.gz"
|
||||
checksum=14c9e699a4bf4e23a420922eb5ae3e163bb151c3d2bf6a3dcbea48c2dd3e9582
|
||||
checksum=65703aa44d87c3c38d630b3692030d9dede03f04d26b53d5b3f77cfad5ade131
|
||||
|
||||
conf_files="/etc/lxc/default.conf"
|
||||
make_dirs="
|
||||
|
|
Loading…
Reference in New Issue