From f62bff5bca2c187262a550f6f0a0c2a662adaaf6 Mon Sep 17 00:00:00 2001 From: Tyler Hicks Date: Mon, 10 Feb 2014 17:40:03 -0600 Subject: Update autoconf file to build against libapparmor AppArmor support can be configured at build time with --enable-apparmor and --disable-apparmor. By default, the build time decision is automatically decided by checking if a sufficient libapparmor is available. A minimum required libapparmor is version 2.8.95. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=75113 Signed-off-by: Tyler Hicks [smcv: avoid potential non-portability from "test EXPR -a EXPR"] Reviewed-by: Simon McVittie Reviewed-by: Tyler Hicks --- bus/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'bus/Makefile.am') diff --git a/bus/Makefile.am b/bus/Makefile.am index c0bc1549..e0eead3c 100644 --- a/bus/Makefile.am +++ b/bus/Makefile.am @@ -18,6 +18,7 @@ DBUS_LAUNCHER_LIBS = \ AM_CPPFLAGS = \ -I$(top_srcdir) \ $(XML_CFLAGS) \ + $(APPARMOR_CFLAGS) \ -DDBUS_SYSTEM_CONFIG_FILE=\""$(configdir)/system.conf"\" \ -DDBUS_COMPILATION \ -DDBUS_STATIC_BUILD \ -- cgit v1.2.1