mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 21:56:31 +00:00
package/dovecot: drop first patch
First patch is not needed since version 2.3.0 and
08259c1f20
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
796cc10fa0
commit
6d7df70016
@ -1,32 +0,0 @@
|
|||||||
From 902917880ca29f1007750a70cf46e7246b2d0a2a Mon Sep 17 00:00:00 2001
|
|
||||||
From: Josef 'Jeff' Sipek <jeff.sipek@dovecot.fi>
|
|
||||||
Date: Tue, 14 Nov 2017 06:01:21 +0100
|
|
||||||
Subject: [PATCH] byteorder.h: fix uclibc build
|
|
||||||
|
|
||||||
Patch suggested on upstream mailinglist:
|
|
||||||
https://www.dovecot.org/pipermail/dovecot/2017-November/110019.html
|
|
||||||
|
|
||||||
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
|
|
||||||
---
|
|
||||||
src/lib/byteorder.h | 5 +++++
|
|
||||||
1 file changed, 5 insertions(+)
|
|
||||||
|
|
||||||
diff --git a/src/lib/byteorder.h b/src/lib/byteorder.h
|
|
||||||
index 2f5dc7c17..4ffe8da21 100644
|
|
||||||
--- a/src/lib/byteorder.h
|
|
||||||
+++ b/src/lib/byteorder.h
|
|
||||||
@@ -23,6 +23,11 @@
|
|
||||||
#ifndef BYTEORDER_H
|
|
||||||
#define BYTEORDER_H
|
|
||||||
|
|
||||||
+#undef bswap_8
|
|
||||||
+#undef bswap_16
|
|
||||||
+#undef bswap_32
|
|
||||||
+#undef bswap_64
|
|
||||||
+
|
|
||||||
/*
|
|
||||||
* These prototypes exist to catch bugs in the code generating macros below.
|
|
||||||
*/
|
|
||||||
--
|
|
||||||
2.11.0
|
|
||||||
|
|
@ -14,7 +14,7 @@ DOVECOT_DEPENDENCIES = \
|
|||||||
host-pkgconf \
|
host-pkgconf \
|
||||||
$(if $(BR2_PACKAGE_LIBICONV),libiconv) \
|
$(if $(BR2_PACKAGE_LIBICONV),libiconv) \
|
||||||
openssl
|
openssl
|
||||||
# 0002-lib-ssl-iostream-Do-not-build-static-test-iostream-s.patch
|
# 0001-lib-ssl-iostream-Do-not-build-static-test-iostream-s.patch
|
||||||
DOVECOT_AUTORECONF = YES
|
DOVECOT_AUTORECONF = YES
|
||||||
# add host-gettext for AM_ICONV macro
|
# add host-gettext for AM_ICONV macro
|
||||||
DOVECOT_DEPENDENCIES += host-gettext
|
DOVECOT_DEPENDENCIES += host-gettext
|
||||||
|
Loading…
x
Reference in New Issue
Block a user