From 9ce4b28b3533eaf59ee99b2f9abcacf85b7ce5d3 Mon Sep 17 00:00:00 2001 From: Kevin Liu Date: Fri, 29 Jul 2016 14:34:42 -0400 Subject: [PATCH] Fix build on Arch Linux --- src/osflags | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osflags b/src/osflags index 6af11aa..a56ebaa 100644 --- a/src/osflags +++ b/src/osflags @@ -19,7 +19,7 @@ link) Linux) FLAGS=""; [ -e /usr/include/selinux/selinux.h ] && FLAGS="$FLAGS -lselinux"; - [ -e /usr/include/systemd/sd-daemon.h ] && FLAGS="$FLAGS $(pkg-config --libs libsystemd-daemon)"; + [ -e /usr/include/systemd/sd-daemon.h ] && FLAGS="$FLAGS $(pkg-config --libs libsystemd)"; echo $FLAGS; ;; esac