From e8733ea600f392bd2fb377aa827aea6d10ad3da1 Mon Sep 17 00:00:00 2001 From: TBK Date: Wed, 26 Feb 2020 00:12:13 +0100 Subject: testing/physlock: upgrade to 13 --- testing/physlock/disable_systemd.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 testing/physlock/disable_systemd.patch (limited to 'testing/physlock/disable_systemd.patch') diff --git a/testing/physlock/disable_systemd.patch b/testing/physlock/disable_systemd.patch new file mode 100644 index 0000000000..a29393103b --- /dev/null +++ b/testing/physlock/disable_systemd.patch @@ -0,0 +1,11 @@ +--- a/Makefile ++++ b/Makefile +@@ -7,7 +7,7 @@ + MANPREFIX = $(PREFIX)/share/man + + # enable user detection using libsystemd +-HAVE_SYSTEMD = 1 ++HAVE_SYSTEMD = 0 + + cflags = -Wall -pedantic $(CFLAGS) + cppflags = -I. $(CPPFLAGS) -D_XOPEN_SOURCE=500 -- cgit v1.2.3