Mailing List Archive

[xen-unstable] xend: Always build lowlevel security modules, as there are some
# HG changeset patch
# User kfraser@localhost.localdomain
# 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@xensource.com>
---
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@lists.xensource.com
http://lists.xensource.com/xen-changelog