aboutsummaryrefslogtreecommitdiffstats
path: root/testing/physlock/disable_systemd.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/physlock/disable_systemd.patch')
-rw-r--r--testing/physlock/disable_systemd.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/testing/physlock/disable_systemd.patch b/testing/physlock/disable_systemd.patch
deleted file mode 100644
index a29393103b2..00000000000
--- a/testing/physlock/disable_systemd.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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