update to 1.2.7 and fix for ppc64le OBS-URL: https://build.opensuse.org/request/show/233459 OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-rpm-macros?expand=0&rev=25
21 lines
716 B
Diff
21 lines
716 B
Diff
Index: ghc-rpm-macros-48199c851a2c672494e295b3cbfc4eded20c3a11/ghc-rpm-macros.ghc
|
|
===================================================================
|
|
--- ghc-rpm-macros-48199c851a2c672494e295b3cbfc4eded20c3a11.orig/ghc-rpm-macros.ghc
|
|
+++ ghc-rpm-macros-48199c851a2c672494e295b3cbfc4eded20c3a11/ghc-rpm-macros.ghc
|
|
@@ -130,7 +130,6 @@ fi
|
|
%global __find_requires %{_rpmconfigdir}/ghc-deps.sh --requires %{buildroot}%{ghclibdir}\
|
|
%cabal_install\
|
|
%{!?1:%ghc_strip_dynlinked}\
|
|
-%{!?1:%ghc_clear_execstack}\
|
|
%{nil}
|
|
|
|
# ghc_lib_install [name] [version]
|
|
@@ -142,7 +141,6 @@ fi
|
|
%cabal_pkg_conf\
|
|
%ghc_gen_filelists\
|
|
%{!?1:%ghc_strip_dynlinked}\
|
|
-%{!?1:%ghc_clear_execstack}\
|
|
%{nil}
|
|
|
|
# ghc_fix_dynamic_rpath prog ...
|