diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2011-05-17 10:08:20 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2011-05-17 10:08:20 +0000 |
commit | a02b015c41cc50d7184a5626b197e6e660d95571 (patch) | |
tree | 6b05602ae87e5124ab454f8151e136920f19748f /sci-libs/scotch | |
parent | Stable for HPPA (bug #364727). (diff) | |
download | gentoo-2-a02b015c41cc50d7184a5626b197e6e660d95571.tar.gz gentoo-2-a02b015c41cc50d7184a5626b197e6e660d95571.tar.bz2 gentoo-2-a02b015c41cc50d7184a5626b197e6e660d95571.zip |
Fix underlinking wrt #367495. Thanks to Diego Elio Pettenò <flameeyes@gentoo.org> for the report.
(Portage version: 2.2.0_alpha31/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/scotch')
-rw-r--r-- | sci-libs/scotch/ChangeLog | 6 | ||||
-rw-r--r-- | sci-libs/scotch/files/Makefile.inc.in | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sci-libs/scotch/ChangeLog b/sci-libs/scotch/ChangeLog index 33e2dd4a6d28..f4fc48983512 100644 --- a/sci-libs/scotch/ChangeLog +++ b/sci-libs/scotch/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/scotch # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/scotch/ChangeLog,v 1.4 2011/03/15 16:58:35 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/scotch/ChangeLog,v 1.5 2011/05/17 10:08:20 xarthisius Exp $ + + 17 May 2011; Kacper Kowalik <xarthisius@gentoo.org> files/Makefile.inc.in: + Fix underlinking wrt #367495. Thanks to Diego Elio Pettenò + <flameeyes@gentoo.org> for the report. 15 Mar 2011; Sébastien Fabbro <bicatali@gentoo.org> scotch-5.1.11.ebuild: Added linking with zlib, librt and libm for as-needed diff --git a/sci-libs/scotch/files/Makefile.inc.in b/sci-libs/scotch/files/Makefile.inc.in index 85e3b6be6785..f4d9cdfc9e7e 100644 --- a/sci-libs/scotch/files/Makefile.inc.in +++ b/sci-libs/scotch/files/Makefile.inc.in @@ -8,7 +8,7 @@ CAT = cat CCS = @CC@ CCP = mpicc CCD = @CC@ -CFLAGS = @CFLAGS@ $(PICFLAGS) -Drestrict=__restrict -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_PTHREAD -DSCOTCH_RENAME +CFLAGS = @CFLAGS@ -pthread $(PICFLAGS) -Drestrict=__restrict -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_PTHREAD -DSCOTCH_RENAME LIBS = -lz -lm -lrt CP = cp LEX = flex |