[DHG_packages] 02/03: src-exts: after nearly 11 days in the mips64el buildd queue, give up

Clint Adams clint at moszumanska.debian.org
Thu Oct 27 22:45:04 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 b2f978b92fc5c186314db3384e3b7f14ffbf99fc
Author: Clint Adams <clint at debian.org>
Date:   Thu Oct 27 18:25:15 2016 -0400

    src-exts: after nearly 11 days in the mips64el buildd queue, give up
---
 p/haskell-src-exts/debian/changelog | 3 ++-
 p/haskell-src-exts/debian/rules     | 8 ++++----
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/p/haskell-src-exts/debian/changelog b/p/haskell-src-exts/debian/changelog
index d87850f..64c8172 100644
--- a/p/haskell-src-exts/debian/changelog
+++ b/p/haskell-src-exts/debian/changelog
@@ -1,6 +1,7 @@
 haskell-src-exts (1.17.1-4) UNRELEASED; urgency=medium
 
-  * Re-enable low-memory hack for mips/mipsel.
+  * Re-enable low-memory hack for mips/mipsel and GOT hack for
+    mips64el.
 
  -- Clint Adams <clint at debian.org>  Sat, 22 Oct 2016 22:21:17 -0400
 
diff --git a/p/haskell-src-exts/debian/rules b/p/haskell-src-exts/debian/rules
index 73cd4b1..5078bba 100755
--- a/p/haskell-src-exts/debian/rules
+++ b/p/haskell-src-exts/debian/rules
@@ -21,10 +21,10 @@ DEB_BUILD_ARCH     ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
 ifneq (,$(filter $(DEB_BUILD_ARCH),mips mipsel))
        DEB_SETUP_GHC_CONFIGURE_ARGS += --ghc-options="-optc--param -optcggc-min-expand=10"
 endif
-#
-#ifneq (,$(filter $(DEB_BUILD_ARCH),mips64el))
-#       DEB_SETUP_GHC_CONFIGURE_ARGS += --ghc-options="-optc-mxgot"
-#endif
+
+ifneq (,$(filter $(DEB_BUILD_ARCH),mips64el))
+       DEB_SETUP_GHC_CONFIGURE_ARGS += --ghc-options="-optc-mxgot"
+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