2015-08-27 16:00:57 +00:00
|
|
|
Index: ghc-rpm-macros-1.4.93/macros.ghc
|
|
|
|
===================================================================
|
|
|
|
--- ghc-rpm-macros-1.4.93.orig/macros.ghc
|
|
|
|
+++ ghc-rpm-macros-1.4.93/macros.ghc
|
|
|
|
@@ -186,3 +186,13 @@ done\
|
2014-11-05 16:08:07 +00:00
|
|
|
%global without_prof 1\
|
|
|
|
%global without_haddock 1\
|
|
|
|
%global without_manual 1
|
|
|
|
+
|
2012-11-21 16:46:08 +00:00
|
|
|
+# ghc_suse_disable_debug_packages
|
|
|
|
+%ghc_suse_disable_debug_packages\
|
|
|
|
+%global debug_package %{nil}\
|
|
|
|
+%global __debug_install_post %{nil}\
|
|
|
|
+%global suse_insert_debug_package %{nil}\
|
|
|
|
+echo "/usr/lib/debug" > debugfiles.list\
|
2013-10-11 19:15:01 +00:00
|
|
|
+mkdir -p %{buildroot}/usr/lib/debug\
|
2012-11-21 16:46:08 +00:00
|
|
|
+echo "/usr/src/debug" > debugsources.list\
|
2013-10-11 19:15:01 +00:00
|
|
|
+mkdir -p %{buildroot}/usr/src/debug
|