summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKacper Kowalik <xarthisius@gentoo.org>2011-05-17 10:08:20 +0000
committerKacper Kowalik <xarthisius@gentoo.org>2011-05-17 10:08:20 +0000
commita02b015c41cc50d7184a5626b197e6e660d95571 (patch)
tree6b05602ae87e5124ab454f8151e136920f19748f /sci-libs/scotch/files
parentStable for HPPA (bug #364727). (diff)
downloadgentoo-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/files')
-rw-r--r--sci-libs/scotch/files/Makefile.inc.in2
1 files changed, 1 insertions, 1 deletions
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