summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index e67053cdd..01937b39e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -92,6 +92,7 @@ confflags += --with-ssl-engine
92ifeq ($(DEB_HOST_ARCH_OS),linux) 92ifeq ($(DEB_HOST_ARCH_OS),linux)
93confflags += --with-selinux 93confflags += --with-selinux
94confflags += --with-audit=linux 94confflags += --with-audit=linux
95confflags += --with-systemd
95endif 96endif
96 97
97# The deb build wants xauth; the udeb build doesn't. 98# The deb build wants xauth; the udeb build doesn't.