diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-10-26 12:25:35 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-10-26 12:33:54 +0100 |
commit | 525a94acc35eb8ce54742c7351ffc40a51cf60a2 (patch) | |
tree | f9de675e750a8c9aacf3f24421b5554affe33337 /package/liblog4c-localtime/0002-Fix-linking-error-without-pthread.patch | |
parent | f97702e8f42bdd8fd30e1ef53fe195887c3670c7 (diff) | |
download | buildroot-525a94acc35eb8ce54742c7351ffc40a51cf60a2.tar.gz buildroot-525a94acc35eb8ce54742c7351ffc40a51cf60a2.zip |
liblog4c-localtime: update patches that have been submitted upstream
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/liblog4c-localtime/0002-Fix-linking-error-without-pthread.patch')
-rw-r--r-- | package/liblog4c-localtime/0002-Fix-linking-error-without-pthread.patch | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/liblog4c-localtime/0002-Fix-linking-error-without-pthread.patch b/package/liblog4c-localtime/0002-Fix-linking-error-without-pthread.patch index 3a4ef581a1..5b679e38ba 100644 --- a/package/liblog4c-localtime/0002-Fix-linking-error-without-pthread.patch +++ b/package/liblog4c-localtime/0002-Fix-linking-error-without-pthread.patch @@ -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> --- |