From: Randy Bates Date: Tue, 26 May 2020 18:14:02 +0000 (-0500) Subject: Update systemd required version. X-Git-Tag: v1.12~10 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=ebe89654c5e92133c7305d1c4b193b3eed39633c;p=users%2Fhch%2Fnvme-cli.git Update systemd required version. A change to fabrics.c - commit 48c10dbf requires systemd version 242 or later. Signed-off-by: Randy Bates --- diff --git a/Makefile b/Makefile index 1b3e21a..373146a 100644 --- 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 =