[adios] 01/01: Don't use -lcr for hppa. Closes: #827574

Alastair McKinstry mckinstry at moszumanska.debian.org
Tue Jun 21 06:06:09 UTC 2016


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

mckinstry pushed a commit to tag debian/1.9.0-11
in repository adios.

commit 19eb3adcd0c9bd7a03632e952910fc17ad7ca6e6
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Mon Jun 20 11:19:14 2016 +0100

    Don't use -lcr for hppa. Closes: #827574
---
 debian/changelog | 6 ++++++
 debian/rules     | 3 +++
 2 files changed, 9 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 4becd96..6dfb510 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+adios (1.9.0-11) unstable; urgency=medium
+
+  * Don't use -lcr for hppa. Closes: #827574
+
+ -- Alastair McKinstry <mckinstry at debian.org>  Mon, 20 Jun 2016 11:18:27 +0100
+
 adios (1.9.0-10) unstable; urgency=medium
 
   * Standards-Version: 3.9.8; no changes required
diff --git a/debian/rules b/debian/rules
index 3670099..878b9cd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,6 +18,9 @@ endif
 ifeq ($(ARCH), m68k)
 MPI_LIBS:= -Wl,-z,relro -lmpich -lopa -lmpl -lrt -lpthread
 endif
+ifeq ($(ARCH), hppa)
+MPI_LIBS:= -Wl,-z,relro -lmpich -lopa -lmpl -lrt -lpthread
+endif
 
 ifeq ($(ARCH),hurd-i386)
   WITH_IBVERBS:=

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/adios.git



More information about the debian-science-commits mailing list