summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 5ce29c3ed..e3a11923b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -84,7 +84,7 @@ confflags += --with-ssl-engine
84ifeq ($(DEB_HOST_ARCH_OS),linux) 84ifeq ($(DEB_HOST_ARCH_OS),linux)
85confflags += --with-selinux 85confflags += --with-selinux
86endif 86endif
87ifeq (yes,$(shell dpkg-vendor --derives-from Ubuntu && echo yes)) 87ifeq ($(DISTRIBUTOR),Ubuntu)
88confflags += --with-consolekit 88confflags += --with-consolekit
89endif 89endif
90 90