blob: a29393103b2c6824f0d94c028182dab75f8023e7 (
plain)
1
2
3
4
5
6
7
8
9
10
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
|