]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
dbus: Enable support for selinux.
authorStefan Schantl <stefan.schantl@ipfire.org>
Thu, 30 Dec 2010 15:59:58 +0000 (16:59 +0100)
committerStefan Schantl <stefan.schantl@ipfire.org>
Thu, 30 Dec 2010 15:59:58 +0000 (16:59 +0100)
pkgs/core/dbus/dbus.nm

index ba149e13fe50e1887d5bc4724b59610ec6b44615..17ad3305b5c788d17f220ee1b0b81e31c266a6d4 100644 (file)
@@ -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