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