mirror of
https://git.yoctoproject.org/poky
synced 2026-04-19 15:32:13 +02:00
lighttpd: upgrade 1.4.60 -> 1.4.61
(From OE-Core rev: 1377aeba6bbdb6a8d0bfa9cb754ef52f6e9b06d1) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
6d4079f77e
commit
5845d1b0f9
@@ -1,38 +0,0 @@
|
||||
From c1466f3620f608e4def4b8853c4e2bc6d9a19646 Mon Sep 17 00:00:00 2001
|
||||
From: Glenn Strauss <gstrauss@gluelogic.com>
|
||||
Date: Mon, 4 Oct 2021 09:51:22 -0400
|
||||
Subject: [PATCH] define __BEGIN_DECLS, __END_DECLS if needed
|
||||
|
||||
Upstream-Status: Backport
|
||||
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
|
||||
---
|
||||
src/first.h | 16 ++++++++++++++++
|
||||
1 file changed, 16 insertions(+)
|
||||
|
||||
diff --git a/src/first.h b/src/first.h
|
||||
index df747ba..9d0428a 100644
|
||||
--- a/src/first.h
|
||||
+++ b/src/first.h
|
||||
@@ -39,6 +39,22 @@
|
||||
#include <sys/types.h>
|
||||
#include <stddef.h>
|
||||
|
||||
+#ifndef __BEGIN_DECLS
|
||||
+#ifdef __cplusplus
|
||||
+#define __BEGIN_DECLS extern "C" {
|
||||
+#else
|
||||
+#define __BEGIN_DECLS
|
||||
+#endif
|
||||
+#endif
|
||||
+
|
||||
+#ifndef __END_DECLS
|
||||
+#ifdef __cplusplus
|
||||
+#define __END_DECLS }
|
||||
+#else
|
||||
+#define __END_DECLS
|
||||
+#endif
|
||||
+#endif
|
||||
+
|
||||
#if defined HAVE_STDINT_H
|
||||
# include <stdint.h>
|
||||
#elif defined HAVE_INTTYPES_H
|
||||
@@ -18,10 +18,9 @@ SRC_URI = "http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${PV}.t
|
||||
file://lighttpd.conf \
|
||||
file://lighttpd \
|
||||
file://0001-Use-pkg-config-for-pcre-dependency-instead-of-config.patch \
|
||||
file://0002-define-__BEGIN_DECLS-__END_DECLS-if-needed.patch \
|
||||
"
|
||||
|
||||
SRC_URI[sha256sum] = "4bb1dd859e541a3131e5be101557d2e1195b4129d3a849a3a6fbd21fe1c946f0"
|
||||
SRC_URI[sha256sum] = "43f0d63d04a1b7c5b8aab07e0612e44ccad0afc0614bab784c5b019872363432"
|
||||
|
||||
DEPENDS = "virtual/crypt"
|
||||
|
||||
Reference in New Issue
Block a user