summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
authorChangqing Li <changqing.li@windriver.com>2020-04-08 10:01:58 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-04-24 14:07:54 +0100
commitbe4c224273039a138750c8cf88ef0e0315a92ea5 (patch)
tree68b89f30a1c9db0120ba54ce163ff249350d7bf8 /meta/recipes-extended
parent3ab3b10d14798d27c8e5a096daab36d1bad64e80 (diff)
downloadopenembedded-core-contrib-be4c224273039a138750c8cf88ef0e0315a92ea5.tar.gz
sysklogd: update the patch
Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r--meta/recipes-extended/sysklogd/files/0001-fix-one-rarely-reproduced-parallel-build-problem.patch16
1 files changed, 8 insertions, 8 deletions
diff --git a/meta/recipes-extended/sysklogd/files/0001-fix-one-rarely-reproduced-parallel-build-problem.patch b/meta/recipes-extended/sysklogd/files/0001-fix-one-rarely-reproduced-parallel-build-problem.patch
index 334577a910..97bf6ae50e 100644
--- a/meta/recipes-extended/sysklogd/files/0001-fix-one-rarely-reproduced-parallel-build-problem.patch
+++ b/meta/recipes-extended/sysklogd/files/0001-fix-one-rarely-reproduced-parallel-build-problem.patch
@@ -27,14 +27,14 @@ index 993dbfd..06b706d 100644
libsyslog_la_LIBADD = $(LTLIBOBJS)
+
+# Both libsyslog_la and syslogd/logger requires objects like lib/pidfile.o, for
-+# # libsyslog_la, the objects should be compiled with -fPIC, but for
-+# # syslogd/logger, it doesn't need -fPIC, so there is a race issue when the two
-+# # different lib/pidfile.o are compiled at the same time, which would cause errors like:
-+# # ld: syslogd-syslogd.o: in function `main':
-+# # syslogd.c:417: undefined reference to `__pidfile'
-+# #
-+# # Make LIBOBJS depend on LTLIBOBJS to fix the problem.
-+# $(LIBOBJS): $(LTLIBOBJS)
++# libsyslog_la, the objects should be compiled with -fPIC, but for
++# syslogd/logger, it doesn't need -fPIC, so there is a race issue when the two
++# different lib/pidfile.o are compiled at the same time, which would cause errors like:
++# ld: syslogd-syslogd.o: in function `main':
++# syslogd.c:417: undefined reference to `__pidfile'
++#
++# Make LIBOBJS depend on LTLIBOBJS to fix the problem.
++$(LIBOBJS): $(LTLIBOBJS)
--
2.7.4