WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] [xen-unstable] xend: Always build lowlevel security modu

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] xend: Always build lowlevel security modules, as there are some
From: Xen patchbot-unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Fri, 07 Sep 2007 09:13:49 -0700
Delivery-date: Fri, 07 Sep 2007 09:21:22 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User kfraser@xxxxxxxxxxxxxxxxxxxxx
# Date 1188575426 -3600
# Node ID 230000d3ef329aa718ed432682ab103eb805c331
# Parent  7e79e7f01f3d9aed460f9af54a652294a0aa5d62
xend: Always build lowlevel security modules, as there are some
dependencies on these from with xend proper.
Signed-off-by: Keir Fraser <keir@xxxxxxxxxxxxx>
---
 tools/python/setup.py |    7 +------
 1 files changed, 1 insertion(+), 6 deletions(-)

diff -r 7e79e7f01f3d -r 230000d3ef32 tools/python/setup.py
--- a/tools/python/setup.py     Fri Aug 31 15:46:37 2007 +0100
+++ b/tools/python/setup.py     Fri Aug 31 16:50:26 2007 +0100
@@ -59,14 +59,9 @@ ptsname = Extension("ptsname",
                libraries          = libraries,
                sources            = [ "ptsname/ptsname.c" ])
 
-modules = [ xc, xs, ptsname ]
+modules = [ xc, xs, ptsname, acm, flask ]
 if os.uname()[0] == 'SunOS':
     modules.append(scf)
-
-if os.environ.get('XEN_SECURITY_MODULE') == 'acm':
-    modules.append(acm)
-if os.environ.get('XEN_SECURITY_MODULE') == 'flask':
-    modules.append(flask)
 
 setup(name            = 'xen',
       version         = '3.0',

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-unstable] xend: Always build lowlevel security modules, as there are some, Xen patchbot-unstable <=