]> git.proxmox.com Git - systemd.git/commitdiff
Disable AppArmor support in the udeb build
authorMichael Biebl <biebl@debian.org>
Thu, 12 Feb 2015 13:24:42 +0000 (14:24 +0100)
committerMichael Biebl <biebl@debian.org>
Thu, 12 Feb 2015 13:24:46 +0000 (14:24 +0100)
debian/changelog
debian/rules

index 3a35e4f410dc471222812c6f52e9d4f24ae2f10c..6688c48afaef0d66516004ec1290538724c78d1e 100644 (file)
@@ -18,6 +18,7 @@ systemd (218-9) UNRELEASED; urgency=medium
   * Explicitly disable the features we don't want to build for those with
     autodetection. This ensures reliable build results in dirty build
     environments.
+  * Disable AppArmor support in the udeb build.
 
  -- Martin Pitt <mpitt@debian.org>  Tue, 10 Feb 2015 10:26:12 +0100
 
index 0458d0837dac6acf6e4d4beaa1c1da6fc1157a91..2d36eedc84416f73066bacb07ef54cebdb53f899 100755 (executable)
@@ -44,6 +44,7 @@ endif
 
 CONFFLAGS_deb = \
        --enable-selinux \
+       --enable-apparmor \
        --enable-introspection \
        --enable-gtk-doc \
        --enable-compat-libs \
@@ -54,6 +55,7 @@ CONFFLAGS_udeb = \
        --disable-pam \
        --disable-audit \
        --disable-selinux \
+       --disable-apparmor \
        --disable-smack \
        --disable-ima \
        --disable-introspection \