[DHG_packages] 01/01: hOpenPGP: steal the mips/mipsel "-optc--param -optcggc-min-expand=10" trick from haskell-src-exts

Clint Adams clint at moszumanska.debian.org
Wed Feb 10 16:53:20 UTC 2016


This is an automated email from the git hooks/post-receive script.

clint pushed a commit to branch master
in repository DHG_packages.

commit cb70ce69dea69cb3883f759b4126f372104ed928
Author: Clint Adams <clint at debian.org>
Date:   Wed Feb 10 10:54:35 2016 -0500

    hOpenPGP: steal the mips/mipsel "-optc--param -optcggc-min-expand=10" trick from haskell-src-exts
---
 p/haskell-hopenpgp/debian/changelog | 7 +++++++
 p/haskell-hopenpgp/debian/rules     | 4 ++++
 2 files changed, 11 insertions(+)

diff --git a/p/haskell-hopenpgp/debian/changelog b/p/haskell-hopenpgp/debian/changelog
index fed5175..1b2a896 100644
--- a/p/haskell-hopenpgp/debian/changelog
+++ b/p/haskell-hopenpgp/debian/changelog
@@ -1,3 +1,10 @@
+haskell-hopenpgp (2.4.3-2) unstable; urgency=medium
+
+  * Steal the mips/mipsel "-optc--param -optcggc-min-expand=10" trick
+    from haskell-src-exts.
+
+ -- Clint Adams <clint at debian.org>  Wed, 10 Feb 2016 10:53:57 -0500
+
 haskell-hopenpgp (2.4.3-1) unstable; urgency=medium
 
   * New upstream release
diff --git a/p/haskell-hopenpgp/debian/rules b/p/haskell-hopenpgp/debian/rules
index 01f1aaf..ea92bfa 100755
--- a/p/haskell-hopenpgp/debian/rules
+++ b/p/haskell-hopenpgp/debian/rules
@@ -2,5 +2,9 @@
 
 DEB_ENABLE_TESTS = yes
 
+ifneq (,$(filter $(DEB_BUILD_ARCH),mips mipsel))
+DEB_SETUP_GHC6_CONFIGURE_ARGS += --ghc-options="-optc--param -optcggc-min-expand=10"
+endif
+
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/hlibrary.mk

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git



More information about the Pkg-haskell-commits mailing list