[med-svn] [ray] 01/02: Fix FTBFS on s390x. Link against pthread.

Anton Gladky gladk at moszumanska.debian.org
Wed Dec 30 20:04:19 UTC 2015


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

gladk pushed a commit to branch master
in repository ray.

commit 44109bdb18780cf9d942bafbbe30f4b711e7112d
Author: Anton Gladky <gladk at debian.org>
Date:   Wed Dec 30 20:13:18 2015 +0100

    Fix FTBFS on s390x. Link against pthread.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index e06c820..42eff1b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,7 +13,7 @@ override_dh_auto_clean :
 	rm -f README.Ray  README.RayPlatform
 
 override_dh_auto_build :
-	dh_auto_build -- CXXFLAGS="$(CXXFLAGS)" DEBLDFLAGS="$(LDFLAGS)" HAVE_LIBBZ2=y HAVE_LIBZ=y
+	dh_auto_build -- CXXFLAGS="$(CXXFLAGS)" DEBLDFLAGS="$(LDFLAGS) -lpthread" HAVE_LIBBZ2=y HAVE_LIBZ=y
 	#Rename 2 docs to make more sence in package context
 	cp README.md README.Ray
 	cp RayPlatform/README.md README.RayPlatform

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



More information about the debian-med-commit mailing list