liblog4c-localtime: update patches that have been submitted upstream
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 26 Oct 2014 11:25:35 +0000 (12:25 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 26 Oct 2014 11:33:54 +0000 (12:33 +0100)
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/liblog4c-localtime/0001-log4c.m4-fix-underquoted-definition-of-AM_PATH_LOG4C.patch
package/liblog4c-localtime/0002-Fix-linking-error-without-pthread.patch
package/liblog4c-localtime/0003-Fix-debug-mode-build-with-uClibc.patch
package/liblog4c-localtime/0004-Add-AC_CONFIG_MACRO_DIR-to-configure.in.patch
package/liblog4c-localtime/0005-Fix-C-support.patch

index 57859bf552a558933e6b2645b2042a3e759c540d..1fe0798a3baa55816de69d8ba7405e6f48cf4d3c 100644 (file)
@@ -8,6 +8,8 @@ When autoreconfiguring liblog4c-localtime, there is a warning from
 autoconf caused by an underquoted definition of AM_PATH_LOG4C. This
 patch fixes this warning.
 
+Submitted upstream: https://github.com/rcmadruga/log4c-localtime/pull/1
+
 Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com>
 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
 ---
index 3a4ef581a17539c482d0380dc1ed667ddf1105fd..5b679e38ba07b4b67c33c3e5a1c8cfaa0f7ddb82 100644 (file)
@@ -8,6 +8,8 @@ available, but a call to these functions from log4c_fini() was outside
 the #if WITH_ROLLINGFILE conditional, causing linker errors when the
 library is used.
 
+Submitted upstream: https://github.com/rcmadruga/log4c-localtime/pull/1
+
 Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
 ---
index 812af9eef15b47579a1841e9fd63597f950c8f88..4b9a45db687fd3ed5505978e3bf15533a90e7720 100644 (file)
@@ -12,6 +12,8 @@ mcheck.h.
 To better support this situation, we add an AC_CHECK_HEADERS() check
 on mcheck.h, and then use HAVE_MCHECK_H were appropriate.
 
+Submitted upstream: https://github.com/rcmadruga/log4c-localtime/pull/1
+
 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
 ---
  configure.in     | 2 +-
index 1d77b80e70dabb979d3d9f3848e5b3674e3f7b40..479eb3987fd602fc7b2662ab9bacfb0816a98772 100644 (file)
@@ -6,6 +6,8 @@ Subject: [PATCH 4/5] Add AC_CONFIG_MACRO_DIR to configure.in
 Without AC_CONFIG_MACRO_DIR, when autoreconfiguring the package, it
 cannot find AM_PATH_EXPAT which is defined in config/expat.m4.
 
+Submitted upstream: https://github.com/rcmadruga/log4c-localtime/pull/1
+
 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
 ---
  configure.in | 1 +
index b2f8c8b6e622fb3e2add6234e11420b74ecf7e1c..6ba25c36ff84b266284d5470436e4035737cdc3b 100644 (file)
@@ -10,6 +10,8 @@ tests/log4c/Makefile.am: error: C++ source seen but 'CXX' is undefined
 So this commit adds the AC_PROG_CXX macro to configure.in, and ensures
 that the C++ test is only built if a C++ compiler is available.
 
+Submitted upstream: https://github.com/rcmadruga/log4c-localtime/pull/1
+
 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
 ---
  configure.in            | 3 +++