[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

xorg-server: Changes to 'ubuntu'



 0 files changed

New commits:
commit 3f5efbbd9eb1014166d33250107fe570d6188fd8
Author: Bryce Harrington <bryce@bryceharrington.org>
Date:   Wed Jul 16 06:17:44 2008 -0700

    In theory, this should help fix LP #247537.

diff --git a/debian/changelog b/debian/changelog
index c8e07db..eb24ec2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+xorg-server (2:1.4.99.905-0ubuntu4) intrepid; urgency=low
+
+  * debian/rules:
+    Add --enable-xcsecurity --enable-appgroup.  The SECURITY module was
+    disabled by default in commit 86b2e59bfb79bd042a13c35fbb4ccecec576f629,
+    as part of the SELinux merge.  However, we need the security module
+    for xauth on Kubuntu, else ubiquity fails.  (Ref. LP 247537)
+
+ -- Bryce Harrington <bryce@ubuntu.com>  Wed, 16 Jul 2008 06:01:45 -0700
+
 xorg-server (2:1.4.99.905-0ubuntu3) intrepid; urgency=low
 
    * patches/124_fix_randr_no_crtc.patch:
diff --git a/debian/rules b/debian/rules
index 2d5ef53..3f14859 100755
--- a/debian/rules
+++ b/debian/rules
@@ -51,6 +51,8 @@ confflags += --disable-static \
 	     --enable-vfb \
 	     --enable-kdrive \
 	     --enable-xephyr \
+	     --enable-xcsecurity \
+	     --enable-appgroup \
 	     --disable-xsdl \
 	     --disable-xfake \
 	     $(build_xfbdev) \


Reply to: