summaryrefslogtreecommitdiffstats
path: root/package/log4cpp/0001-Fix-musl-compile.patch
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-09-02 15:10:48 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-09-02 15:10:48 +0200
commit29ace1e216d8c1a588a505c83075c1efde45b299 (patch)
treeeb6eeb5473324bbf13301cca5a53a3110454ba61 /package/log4cpp/0001-Fix-musl-compile.patch
parent8ce27bb9fee80a406a4199657ef90e3c315e7457 (diff)
parentf80572547038373ff58d2e7a0c89f9c014d12e22 (diff)
downloadbuildroot-29ace1e216d8c1a588a505c83075c1efde45b299.tar.gz
buildroot-29ace1e216d8c1a588a505c83075c1efde45b299.zip
Merge branch 'next'
Diffstat (limited to 'package/log4cpp/0001-Fix-musl-compile.patch')
-rw-r--r--package/log4cpp/0001-Fix-musl-compile.patch34
1 files changed, 0 insertions, 34 deletions
diff --git a/package/log4cpp/0001-Fix-musl-compile.patch b/package/log4cpp/0001-Fix-musl-compile.patch
deleted file mode 100644
index f1a13a072c..0000000000
--- a/package/log4cpp/0001-Fix-musl-compile.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-From 17562259fb6684f351a70b98b4f3b438927ba1aa Mon Sep 17 00:00:00 2001
-From: Peter Seiderer <ps.report@gmx.net>
-Date: Mon, 11 Jul 2016 22:58:31 +0200
-Subject: [PATCH] Fix musl compile.
-
-Include proper config.h (via log4cpp/Portability.hh) to fix the
-evaluate of LOG4CPP_HAVE_STDINT_H in the file tests/Clock.hh
-
-Fixes:
-
- Clock.hh:17:13: error: 'int64_t' does not name a type
- typedef int64_t usec_t;
-
-Signed-off-by: Peter Seiderer <ps.report@gmx.net>
----
- log4cpp/tests/Clock.hh | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/log4cpp/tests/Clock.hh b/log4cpp/tests/Clock.hh
-index 4bf0ca4..45c6467 100644
---- a/log4cpp/tests/Clock.hh
-+++ b/log4cpp/tests/Clock.hh
-@@ -6,6 +6,8 @@
- #ifndef __CLOCK_H
- #define __CLOCK_H
-
-+#include <log4cpp/Portability.hh>
-+
- #ifdef LOG4CPP_HAVE_STDINT_H
- #include <stdint.h>
- #endif // LOG4CPP_HAVE_STDINT_H
---
-2.8.1
-
OpenPOWER on IntegriCloud