build: phosphor-rsyslog-config: drop invalid library
The line in the makefile for including the phosphor-logging isn't
populated during build in neither the CI nor the obmc-phosphor-image
build.
"phosphor_rsyslog_conf-server-conf.o -lsdbusplus -lsystemd
-lphosphor_dbus"
Tested: Verified CI still builds both.
Tested: Verified the build line from the compile log doesn't populate
that line with any value.
Change-Id: I4ec8c44d6a717f011118826149e64d2dd2c56d52
Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/phosphor-rsyslog-config/Makefile.am b/phosphor-rsyslog-config/Makefile.am
index d1c5425..6aa48a3 100644
--- a/phosphor-rsyslog-config/Makefile.am
+++ b/phosphor-rsyslog-config/Makefile.am
@@ -12,11 +12,9 @@
phosphor_rsyslog_conf_LDFLAGS = \
$(SDBUSPLUS_LIBS) \
- $(PHOSPHOR_LOGGING_LIBS) \
$(PHOSPHOR_DBUS_INTERFACES_LIBS)
phosphor_rsyslog_conf_CXXFLAGS = \
$(SDBUSPLUS_CFLAGS) \
- $(PHOSPHOR_LOGGING_CFLAGS) \
$(PHOSPHOR_DBUS_INTERFACES_CFLAGS) \
-flto