Merge branch 'sandy-lcq-master'

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
Joachim Wiberg 2020-08-27 08:10:15 +02:00
commit 91a51cffbe

View File

@ -66,6 +66,7 @@ libsyslog_la_LIBADD = $(LTLIBOBJS)
# ld: syslogd-syslogd.o: in function `main': syslogd.c:417: undefined
# reference to `__pidfile'
#
# Work around the problem by building one .o from lib at a time, this
# can be achieved by making LIBOBJS depend on LTLIBOBJS.
$(LIBOBJS): $(LTLIBOBJS)
# Work around the problem by make LIBOBJS depend on libsyslog.la,
# so that LIBOBJS/syslogd/logger will start compile after libsyslog.la
# is completed
$(LIBOBJS): $(lib_LTLIBRARIES)