diff options
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> --- |