summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2015-12-21 16:10:02 +0000
committerColin Watson <cjwatson@debian.org>2015-12-21 16:11:43 +0000
commitc496d67c169ac7914a78348371a4dac70c05bfbb (patch)
tree18d8bfa4a436bad93c6bd2b9e59ffe5f996dfcfb /debian/rules
parent2df85bb3e650f484fd3c95f2be89f4cc1bd0a341 (diff)
parent480b475c69faf9cfa748cc445e36201bc7a81b80 (diff)
Add systemd readiness notification support (closes: #778913).
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.