[Pkg-scicomp-commits] scotch/trunk/debian

Christophe Prud'homme prudhomm at debian.org
Mon Dec 14 06:34:37 UTC 2009


SVN commit 4721 by prudhomm:

fix binutils-gold link failure


 M  +1 -1      scotch/trunk/debian/Makefile.inc  
 M  +10 -0     scotch/trunk/debian/changelog  


--- scotch/trunk/debian/Makefile.inc #4720:4721
@@ -9,7 +9,7 @@
 CC	= gcc
 CCP     = mpicc
 CFLAGS	= -O3 -I.  -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_PTHREAD
-LDFLAGS	=  -lz -lm -lrt
+LDFLAGS	=  -lz -lm -lrt -lpthread
 CP	= cp
 LEX	= flex
 LN     = ln
--- scotch/trunk/debian/changelog #4720:4721
@@ -1,3 +1,13 @@
+scotch (5.1.6.dfsg-3) unstable; urgency=low
+
+  [Christophe Prud'homme]
+  * Bug fix: "FTBFS with binutils-gold", thanks to Peter Fritzsche
+    (Closes: #556338).
+  * Bug fix: "Should be arch: all", thanks to Adam C Powell IV (Closes:
+    #496701).
+
+ -- Christophe Prud'homme <prudhomm at debian.org>  Mon, 14 Dec 2009 07:31:38 +0100
+
 scotch (5.1.6.dfsg-2) unstable; urgency=low
 
   * Bug fix: "Should be arch: all", thanks to Adam C Powell IV (Closes:



More information about the Pkg-scicomp-commits mailing list