[ghc-rpm-macros] fix the defines of ghc_without_dynamic and ghc_without_shared

Jens Petersen petersen at fedoraproject.org
Sat Feb 12 16:10:22 UTC 2011


commit b2d74bab08c63702a35c8bba7b7e089a136df4cd
Author: Jens Petersen <petersen at redhat.com>
Date:   Sun Feb 13 02:10:18 2011 +1000

    fix the defines of ghc_without_dynamic and ghc_without_shared

 ghc-rpm-macros.spec |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/ghc-rpm-macros.spec b/ghc-rpm-macros.spec
index 8013852..b5ea8ed 100644
--- a/ghc-rpm-macros.spec
+++ b/ghc-rpm-macros.spec
@@ -43,9 +43,9 @@ install -p %{SOURCE3} ${RPM_BUILD_ROOT}/%{_prefix}/lib/rpm
 %ifnarch %{ix86} x86_64
 cat >> ${RPM_BUILD_ROOT}/%{_sysconfdir}/rpm/macros.ghc <<EOF
 
-# shared libraries are only supported on main intel archs
-%%global ghc_without_dynamic 1
-%%global ghc_without_shared 1
+# shared libraries are only supported on primary intel archs
+%%ghc_without_dynamic 1
+%%ghc_without_shared 1
 EOF
 %endif
 


More information about the scm-commits mailing list