summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorTyler Hicks <tyhicks@canonical.com>2015-09-10 12:22:49 +0100
committerColin Watson <cjwatson@debian.org>2015-09-10 12:22:49 +0100
commit0e4f63b129133ac05f9c3cd0ca2e2f25352cfa25 (patch)
treec47243c2f8ac31663135abd05f1114b397f89f89 /debian/rules
parent573eae1ca709a461eff57d1949d5329b9e398894 (diff)
Build with audit support on Linux (closes: #797727, LP: #1478087).
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 d377ed2b0..198e2b616 100755
--- a/debian/rules
+++ b/debian/rules
@@ -91,6 +91,7 @@ confflags += --with-kerberos5=/usr
91confflags += --with-ssl-engine 91confflags += --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
94endif 95endif
95ifeq ($(DISTRIBUTOR),Ubuntu) 96ifeq ($(DISTRIBUTOR),Ubuntu)
96confflags += --with-consolekit 97confflags += --with-consolekit