[banshee] [build] add configure options to mono



commit 0f4e971447521a83a63b8c441099555954216ae0
Author: Aaron Bockover <abockover novell com>
Date:   Sun Dec 20 18:09:32 2009 -0500

    [build] add configure options to mono

 build/bundle/packages/mono.py |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)
---
diff --git a/build/bundle/packages/mono.py b/build/bundle/packages/mono.py
index 7b03b76..4c0dbe0 100644
--- a/build/bundle/packages/mono.py
+++ b/build/bundle/packages/mono.py
@@ -1,7 +1,19 @@
+configure_flags = [
+	'--with-jit=yes',
+	'--with-ikvm=no',
+	'--with-mcs-docs=no',
+	'--with-moonlight=no',
+	'--enable-quiet-build'
+]
+
 package = {
 	'name':    'mono',
 	'version': '2.6.1',
 	'sources': [
 		'http://ftp.novell.com/pub/%{name}/sources/%{name}/%{name}-%{version}.tar.bz2'
+	],
+	'build': [
+		'%{__configure} ' + ' '.join (configure_flags),
+		'%{__make}'
 	]
 }



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