Update buildroot 2020.02.01 (#622)
* Update buildroot 2020.02.01 Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch> * Fix LN * Fix wpa Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch> * Fix lint Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch> * fix-network Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch> * Fix script Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch>
This commit is contained in:
26
buildroot/package/lrzip/0001-missing-stdarg.patch
Normal file
26
buildroot/package/lrzip/0001-missing-stdarg.patch
Normal file
@@ -0,0 +1,26 @@
|
||||
From 5ae1754025315d85fac11cb4eb2474789ee6475e Mon Sep 17 00:00:00 2001
|
||||
From: Sam Lancia <sam@gpsm.co.uk>
|
||||
Date: Sat, 7 Sep 2019 20:54:29 +0100
|
||||
Subject: [PATCH] Lrzip.h: add missing header for va_list on some platforms
|
||||
|
||||
Signed-off-by: Sam Lancia <sam@gpsm.co.uk>
|
||||
---
|
||||
Lrzip.h | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/Lrzip.h b/Lrzip.h
|
||||
index 29bc2a9..8934c59 100644
|
||||
--- a/Lrzip.h
|
||||
+++ b/Lrzip.h
|
||||
@@ -20,6 +20,7 @@
|
||||
#ifndef LIBLRZIP_H
|
||||
#define LIBLRZIP_H
|
||||
|
||||
+#include <stdarg.h>
|
||||
#include <stdbool.h>
|
||||
#include <stdio.h>
|
||||
#ifdef _WIN32
|
||||
--
|
||||
2.17.1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user