From 2eefc91150a3292c2be82f4139207e06b4c4bba4 Mon Sep 17 00:00:00 2001 From: David Teigland Date: Jun 10 2016 18:13:48 +0000 Subject: dlm_controld: libsystemd broke itself --- diff --git a/dlm_controld/Makefile b/dlm_controld/Makefile index 13d6339..cf556c9 100644 --- a/dlm_controld/Makefile +++ b/dlm_controld/Makefile @@ -62,9 +62,9 @@ LIB_CFLAGS += $(BIN_CFLAGS) LIB_LDFLAGS += -Wl,-z,relro -pie ifeq ($(USE_SD_NOTIFY),yes) - BIN_CFLAGS += $(shell pkg-config --cflags libsystemd-daemon) \ + BIN_CFLAGS += $(shell pkg-config --cflags libsystemd) \ -DUSE_SD_NOTIFY - BIN_LDFLAGS += $(shell pkg-config --libs libsystemd-daemon) + BIN_LDFLAGS += $(shell pkg-config --libs libsystemd) endif all: $(LIB_TARGET) $(BIN_TARGET)