Haskell Platform 2014.2.0.0 update OBS-URL: https://build.opensuse.org/request/show/259855 OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-rpm-macros?expand=0&rev=36
19 lines
740 B
Diff
19 lines
740 B
Diff
Index: ghc-rpm-macros-2da26f9db56515862de9839f12a17be5f2ed2eb7/macros.ghc
|
|
===================================================================
|
|
--- ghc-rpm-macros-2da26f9db56515862de9839f12a17be5f2ed2eb7.orig/macros.ghc
|
|
+++ ghc-rpm-macros-2da26f9db56515862de9839f12a17be5f2ed2eb7/macros.ghc
|
|
@@ -150,3 +150,13 @@ done\
|
|
%global without_prof 1\
|
|
%global without_haddock 1\
|
|
%global without_manual 1
|
|
+
|
|
+# 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\
|
|
+mkdir -p %{buildroot}/usr/lib/debug\
|
|
+echo "/usr/src/debug" > debugsources.list\
|
|
+mkdir -p %{buildroot}/usr/src/debug
|