]> www.infradead.org Git - users/hch/nvme-cli.git/commitdiff
Update systemd required version.
authorRandy Bates <rbates@web-site.com>
Tue, 26 May 2020 18:14:02 +0000 (13:14 -0500)
committerKeith Busch <kbusch@kernel.org>
Tue, 26 May 2020 19:36:25 +0000 (13:36 -0600)
A change to fabrics.c - commit 48c10dbf requires systemd version 242 or later.

Signed-off-by: Randy Bates <randall.bates@wdc.com>
Makefile

index 1b3e21a36bbeb660d2486819a88ebe96b7bc751e..373146a02e0956165af4e96e81a30b71329aa9ba 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ override CFLAGS += -std=gnu99 -I.
 override CPPFLAGS += -D_GNU_SOURCE -D__CHECK_ENDIAN__
 LIBUUID = $(shell $(LD) -o /dev/null -luuid >/dev/null 2>&1; echo $$?)
 LIBHUGETLBFS = $(shell $(LD) -o /dev/null -lhugetlbfs >/dev/null 2>&1; echo $$?)
-HAVE_SYSTEMD = $(shell pkg-config --exists libsystemd  --atleast-version=232; echo $$?)
+HAVE_SYSTEMD = $(shell pkg-config --exists libsystemd  --atleast-version=242; echo $$?)
 NVME = nvme
 INSTALL ?= install
 DESTDIR =