summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2018-10-31 09:18:19 -0700
committerPatrick Venture <venture@google.com>2018-10-31 09:24:20 -0700
commite790759dc44f64e21defcd5718d842cc3ff89170 (patch)
tree7c4053b996eb806be3f7017ab7f71a9383281487
parent3922d1bbdabd82c95758c6f8b9675c9dcefb75d2 (diff)
downloadphosphor-logging-e790759dc44f64e21defcd5718d842cc3ff89170.tar.gz
phosphor-logging-e790759dc44f64e21defcd5718d842cc3ff89170.zip
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>
-rw-r--r--phosphor-rsyslog-config/Makefile.am2
1 files changed, 0 insertions, 2 deletions
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_SOURCES = \
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
OpenPOWER on IntegriCloud