Skip to content

Commit 69b6b28

Browse files
xahmadkeithbusch
authored andcommitted
Fixed where libsystem is needed, not just systemd
1 parent 032cc2e commit 69b6b28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ override CFLAGS += -std=gnu99 -I.
33
override CPPFLAGS += -D_GNU_SOURCE -D__CHECK_ENDIAN__
44
LIBUUID = $(shell $(LD) -o /dev/null -luuid >/dev/null 2>&1; echo $$?)
55
LIBHUGETLBFS = $(shell $(LD) -o /dev/null -lhugetlbfs >/dev/null 2>&1; echo $$?)
6-
HAVE_SYSTEMD = $(shell pkg-config --exists systemd --atleast-version=232; echo $$?)
6+
HAVE_SYSTEMD = $(shell pkg-config --exists libsystemd --atleast-version=232; echo $$?)
77
NVME = nvme
88
INSTALL ?= install
99
DESTDIR =

0 commit comments

Comments
 (0)