From: Stefan Schantl Date: Thu, 30 Dec 2010 15:59:58 +0000 (+0100) Subject: dbus: Enable support for selinux. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1cd4e4b9bfc2b475df4fe0732ffa060744676de;p=ipfire-3.x.git dbus: Enable support for selinux. --- diff --git a/pkgs/core/dbus/dbus.nm b/pkgs/core/dbus/dbus.nm index ba149e13f..17ad3305b 100644 --- a/pkgs/core/dbus/dbus.nm +++ b/pkgs/core/dbus/dbus.nm @@ -34,7 +34,7 @@ PKG_URL = http://www.freedesktop.org/software/dbus/ PKG_LICENSE = GPLv2+ AFL PKG_SUMMARY = D-BUS message bus. -PKG_BUILD_DEPS+= expat-devel +PKG_BUILD_DEPS+= audit-devel expat-devel libselinux-devel define PKG_DESCRIPTION D-BUS is a system for sending messages between applications. It is \ @@ -52,7 +52,9 @@ CONFIGURE_OPTIONS += \ --sysconfdir=/etc \ --localstatedir=/var \ --libdir=/lib \ - --libexecdir=/lib + --libexecdir=/lib \ + --enable-libaudit \ + --enable-selinux=yes define STAGE_INSTALL_CMDS -mkdir -pv $(BUILDROOT)/usr/lib