From 506de17109686b38484afd945b89355d3ed4274f Mon Sep 17 00:00:00 2001
From: Jo Shields <jo.shields@xamarin.com>
Date: Thu, 28 Aug 2014 10:14:47 +0100
Subject: [PATCH] Don't build a debug package, CentOS tries to extract debug
 info from AOT assemblies and dies

---
 mono-core.spec | 1 +
 1 file changed, 1 insertion(+)

diff --git a/mono-core.spec b/mono-core.spec
index de1fb1a8ab..331d35299d 100644
--- a/mono-core.spec
+++ b/mono-core.spec
@@ -19,6 +19,7 @@
 
 %{!?ext_man: %define ext_man .gz}
 %define llvm no
+%global debug_package %{nil} 
 %define sgen yes
 
 Name:           mono-core