[emos] 01/02: Use -fPIC building on s390x to resolve GOT linking errors
    Alastair McKinstry 
    mckinstry at moszumanska.debian.org
       
    Tue Jan  5 16:23:51 UTC 2016
    
    
  
This is an automated email from the git hooks/post-receive script.
mckinstry pushed a commit to branch debian/master
in repository emos.
commit 98410fa14736341dbf28d4554ea5ef13d53e9d5b
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Wed Nov 4 19:12:49 2015 +0000
    Use -fPIC building on s390x to resolve GOT linking errors
---
 debian/changelog | 6 ++++++
 debian/rules     | 3 ++-
 2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index d1ee13e..3f54b46 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+emoslib (2:4.1.1-6) UNRELEASED; urgency=medium
+
+  * Use -fPIC building on s390x to resolve GOT linking errors
+
+ -- Alastair McKinstry <mckinstry at debian.org>  Wed, 04 Nov 2015 19:12:20 +0000
+
 emoslib (2:4.1.1-5) unstable; urgency=medium
 
   * Add s390x to the list of archs on which we disable tests.
diff --git a/debian/rules b/debian/rules
index e51ef4f..9c044a5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-export DH_VERBOSE=1
+# export DH_VERBOSE=1
 
 # The magic debhelper  rule
 %:
@@ -23,6 +23,7 @@ FPIC:= -fpic
 
 ifeq ($(ARCH), s390x)
    DO_TEST:= false
+   FPIC:= -fPIC
 endif
 ifeq ($(ARCH), powerpc)
    DO_TEST:= false
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/emos.git
    
    
More information about the debian-science-commits
mailing list