[packages] lxc: bump to latest git version
Signed-off-by: Luka Perkov <luka@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/packages@38177 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
05b2c94ea1
commit
94b23b6e44
@ -8,13 +8,13 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=lxc
|
PKG_NAME:=lxc
|
||||||
PKG_VERSION:=2013-05-16
|
PKG_VERSION:=2013-09-24
|
||||||
PKG_RELEASE=$(PKG_SOURCE_VERSION)
|
PKG_RELEASE=$(PKG_SOURCE_VERSION)
|
||||||
|
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
PKG_SOURCE_URL:=git://github.com/lxc/lxc.git
|
PKG_SOURCE_URL:=git://github.com/lxc/lxc.git
|
||||||
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
|
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
|
||||||
PKG_SOURCE_VERSION:=e9831f83532184caa119f830eee54728084444ba
|
PKG_SOURCE_VERSION:=9d0cda4f22f76d693e2ceef0f77f2ba24227433c
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
|
||||||
|
|
||||||
PKG_BUILD_PARALLEL:=1
|
PKG_BUILD_PARALLEL:=1
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
--- a/configure.ac
|
--- a/configure.ac
|
||||||
+++ b/configure.ac
|
+++ b/configure.ac
|
||||||
@@ -11,29 +11,6 @@
|
@@ -11,29 +11,6 @@ AC_CANONICAL_HOST
|
||||||
AM_PROG_CC_C_O
|
AM_PROG_CC_C_O
|
||||||
AC_GNU_SOURCE
|
AC_GNU_SOURCE
|
||||||
|
|
||||||
|
25
utils/lxc/patches/015-getline.patch
Normal file
25
utils/lxc/patches/015-getline.patch
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
--- a/src/lxc/lxc_snapshot.c
|
||||||
|
+++ b/src/lxc/lxc_snapshot.c
|
||||||
|
@@ -32,6 +32,8 @@
|
||||||
|
#include "arguments.h"
|
||||||
|
#include "utils.h"
|
||||||
|
|
||||||
|
+#include <../include/getline.h>
|
||||||
|
+
|
||||||
|
lxc_log_define(lxc_snapshot, lxc);
|
||||||
|
|
||||||
|
char *newname;
|
||||||
|
--- a/src/lxc/lxc_user_nic.c
|
||||||
|
+++ b/src/lxc/lxc_user_nic.c
|
||||||
|
@@ -43,11 +43,7 @@
|
||||||
|
#include <linux/sockios.h>
|
||||||
|
#include "config.h"
|
||||||
|
|
||||||
|
-#ifndef HAVE_GETLINE
|
||||||
|
-#ifdef HAVE_FGETLN
|
||||||
|
#include <../include/getline.h>
|
||||||
|
-#endif
|
||||||
|
-#endif
|
||||||
|
|
||||||
|
#if ISTEST
|
||||||
|
#define CONF_FILE "/tmp/lxc-usernet"
|
@ -1,6 +1,6 @@
|
|||||||
--- a/src/lxc/lxc-ps.in
|
--- a/src/lxc/lxc-ps.in
|
||||||
+++ b/src/lxc/lxc-ps.in
|
+++ b/src/lxc/lxc-ps.in
|
||||||
@@ -91,7 +91,7 @@
|
@@ -93,7 +93,7 @@ while true; do
|
||||||
done
|
done
|
||||||
|
|
||||||
if [ "$list_container_processes" -eq "1" ]; then
|
if [ "$list_container_processes" -eq "1" ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user