[Reproducible-commits] [texlive-bin] 77/400: fix FTBFS on alpha

Maria Valentina Marin Rodrigues akira-guest at moszumanska.debian.org
Thu Jul 9 21:39:36 UTC 2015


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

akira-guest pushed a commit to branch master
in repository texlive-bin.

commit e8eb2592da3de7be4ae054cf107f972f04d3ec1c
Author: Norbert Preining <preining at debian.org>
Date:   Wed May 9 09:28:23 2012 +0000

    fix FTBFS on alpha
---
 debian/changelog | 1 +
 debian/rules     | 6 ++++++
 2 files changed, 7 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 7487c42..7e6964a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ texlive-bin (2011.20120507-2) unstable; urgency=low
     Ghostscript 9.0x working correctly. EPS figures were cut off after
     zooming and scrolling. (Taken from Ubuntu packaging, thanks Jeremy Bicha)
     See http://bugs.ghostscript.com/show_bug.cgi?id=692540
+  * fix FTBFS on alpha (Closes: #672222)
 
  -- Norbert Preining <preining at debian.org>  Mon, 07 May 2012 12:52:39 +0900
 
diff --git a/debian/rules b/debian/rules
index 28d83d8..c172bc5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,6 +4,12 @@
 export SHELL=/bin/bash
 export CONFIG_SHELL=/bin/sh
 
+DEB_HOST_ARCH     ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
+
+ifeq ($(DEB_HOST_ARCH), alpha)
+  export LDFLAGS = -Wl,--no-relax
+endif
+
 # warning: if the --with autoreconf is removed then
 # the patch debian/patches/debian-no-linked-scripts
 # must be adapted to also patch the Makefile.in!

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/texlive-bin.git



More information about the Reproducible-commits mailing list