[adios] 04/13: Fix typo in build rules for s390x.
Alastair McKinstry
mckinstry at moszumanska.debian.org
Tue Mar 1 11:42:53 UTC 2016
This is an automated email from the git hooks/post-receive script.
mckinstry pushed a commit to tag debian/1.9.0-8
in repository adios.
commit cc3d8acab29a2c31db320ed39467e5bf5c292999
Author: Alastair McKinstry <mckinstry at debian.org>
Date: Wed Nov 4 18:27:52 2015 +0000
Fix typo in build rules for s390x.
---
debian/changelog | 6 ++++++
debian/rules | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index b3e2e43..ab7b187 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+adios (1.9.0-5) unstable; urgency=medium
+
+ * Fix typo in build rules for s390x.
+
+ -- Alastair McKinstry <mckinstry at debian.org> Wed, 04 Nov 2015 18:27:29 +0000
+
adios (1.9.0-4) unstable; urgency=medium
* Fix MPI_LIBS for s390x build
diff --git a/debian/rules b/debian/rules
index 3eb16f9..9e4eea6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,7 +20,7 @@ eodif
#
# Do tests on little-endian only for the moment;
ifeq ($(ARCH),s390x)
-MPI_LIBS:= Wl,-z,relro -lmpich -lopa -lmpl -lrt -lpthread
+MPI_LIBS:= -Wl,-z,relro -lmpich -lopa -lmpl -lrt -lpthread
endif
ifeq ($(ARCH), powerpc)
# DO_TEST:= false
--
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