[PATCH ipmi-fru-parser 06/11] Removing depency in Makefile on the systemd library.
OpenBMC Patches
openbmc-patches at stwcx.xyz
Sun Nov 8 14:59:03 AEDT 2015
From: Hariharasubramanian R <hramasub at in.ibm.com>
---
Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index cf75af3..bcb3648 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,8 @@ IPMI_FRU_PARSER_LIB = libifp.so
IPMI_FRU_PARSER_OBJS = frup.o
INC_FLAGS += $(shell pkg-config --cflags --libs libsystemd) -I. -O2 --std=gnu++11
-LIB_FLAGS += $(shell pkg-config --libs libsystemd) -rdynamic
+#LIB_FLAGS += $(shell pkg-config --libs libsystemd) -rdynamic
+LIB_FLAGS += -rdynamic
#IPMID_PATH ?= -DHOST_IPMI_LIB_PATH=\"/usr/lib/host-ipmid/\"
all: $(IPMI_FRU_PARSER_LIB)
--
2.6.3
More information about the openbmc
mailing list