summaryrefslogtreecommitdiffstats
path: root/package/lxc/0001-stringutils-include-stdarg-for-va_list.patch
diff options
context:
space:
mode:
authorFabrice Fontaine <fontaine.fabrice@gmail.com>2019-01-13 14:56:35 +0100
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2019-01-13 21:51:02 +0100
commit51f6ea542724897c4d4566cebc577c3a458bff72 (patch)
treec74e3a2c43d7660d1978d1dcbc2715c9428ae490 /package/lxc/0001-stringutils-include-stdarg-for-va_list.patch
parent428ed39414ee287fb2d968e7908a39b799fb2787 (diff)
downloadbuildroot-51f6ea542724897c4d4566cebc577c3a458bff72.tar.gz
buildroot-51f6ea542724897c4d4566cebc577c3a458bff72.zip
package/lxc: bump to version 3.1.0
Remove both patches (already in version) and so drop LXC_AUTORECONF = YES. Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/lxc/0001-stringutils-include-stdarg-for-va_list.patch')
-rw-r--r--package/lxc/0001-stringutils-include-stdarg-for-va_list.patch30
1 files changed, 0 insertions, 30 deletions
diff --git a/package/lxc/0001-stringutils-include-stdarg-for-va_list.patch b/package/lxc/0001-stringutils-include-stdarg-for-va_list.patch
deleted file mode 100644
index b1fe989237..0000000000
--- a/package/lxc/0001-stringutils-include-stdarg-for-va_list.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-From b7df06ad14c04f18b7db5b64d5142b802bf64cb2 Mon Sep 17 00:00:00 2001
-From: Fabrice Fontaine <fontaine.fabrice@gmail.com>
-Date: Mon, 3 Dec 2018 22:18:16 +0100
-Subject: [PATCH] stringutils: include stdarg for va_list
-
-Fixes:
- - http://autobuild.buildroot.org/results/0b90e7dca2984652842832a41abad93ac49a9b86
-
-Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
-[Upstream status: https://github.com/lxc/lxc/commit/b7df06ad14c04f18b7db5b64d5142b802bf64cb2]
----
- src/lxc/string_utils.h | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/src/lxc/string_utils.h b/src/lxc/string_utils.h
-index 4065e4e6..d4e633cc 100644
---- a/src/lxc/string_utils.h
-+++ b/src/lxc/string_utils.h
-@@ -20,6 +20,8 @@
- #ifndef __LXC_STRING_UTILS_H
- #define __LXC_STRING_UTILS_H
-
-+#include <stdarg.h>
-+
- #include "config.h"
-
- #include "initutils.h"
---
-2.14.1
-
OpenPOWER on IntegriCloud