diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2015-01-13 20:16:57 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-01-14 20:24:51 +0100 |
commit | d4d05d7626b7a02ce870fb3964c6bcf682c21812 (patch) | |
tree | 10990b8ebd67f395f78ec7043ed54a2cfe7d048d /package/liblogging/liblogging-01-stdarg.patch | |
parent | 1e3dc8f9de561e81a2804149cd9bf3a32788e6e0 (diff) | |
download | buildroot-d4d05d7626b7a02ce870fb3964c6bcf682c21812.tar.gz buildroot-d4d05d7626b7a02ce870fb3964c6bcf682c21812.zip |
liblogging: bump to version 1.0.5
Also add hash file and drop upstream patch.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/liblogging/liblogging-01-stdarg.patch')
-rw-r--r-- | package/liblogging/liblogging-01-stdarg.patch | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/package/liblogging/liblogging-01-stdarg.patch b/package/liblogging/liblogging-01-stdarg.patch deleted file mode 100644 index 081824aeb4..0000000000 --- a/package/liblogging/liblogging-01-stdarg.patch +++ /dev/null @@ -1,29 +0,0 @@ -[PATCH] stdlog: va_list needs stdarg.h - -Otherwise we get compilation errors like: - -In file included from stdlogctl.c:32:0: -stdlog.h:80:75: error: unknown type name 'va_list' -In file included from stdlogctl.c:32:0: -stdlog.h:81:131: error: unknown type name 'va_list' - -Simplified version of upstream fix: -https://github.com/rsyslog/liblogging/commit/3bf42ae392c1a317f09711846ea1c7072ef45634 - -Signed-off-by: Peter Korsgaard <peter@korsgaard.com> ---- - stdlog/stdlog.h | 1 + - 1 file changed, 1 insertion(+) - -Index: liblogging-1.0.2/stdlog/stdlog.h -=================================================================== ---- liblogging-1.0.2.orig/stdlog/stdlog.h -+++ liblogging-1.0.2/stdlog/stdlog.h -@@ -28,6 +28,7 @@ - #ifndef LIBLOGGING_STDLOG_H_INCLUDED - #define LIBLOGGING_STDLOG_H_INCLUDED - #include <stdint.h> -+#include <stdarg.h> - - /* options for stdlog_open() call */ - #define STDLOG_SIGSAFE 1 /* enforce signal-safe implementation */ |