diff options
author | Justin Bronder <jsbronder@gentoo.org> | 2013-06-13 23:48:26 +0000 |
---|---|---|
committer | Justin Bronder <jsbronder@gentoo.org> | 2013-06-13 23:48:26 +0000 |
commit | 21222d08688e69639128e76f57589117ee4f75c8 (patch) | |
tree | 523aaccafd15a4a58141817a56704791e95f8936 /sci-libs/scotch | |
parent | Backport some FFmpeg related fixes from master. (diff) | |
download | gentoo-2-21222d08688e69639128e76f57589117ee4f75c8.tar.gz gentoo-2-21222d08688e69639128e76f57589117ee4f75c8.tar.bz2 gentoo-2-21222d08688e69639128e76f57589117ee4f75c8.zip |
Don't let openmpi override malloc, works around sandbox issue in #462602
(Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 4D7043C9)
Diffstat (limited to 'sci-libs/scotch')
-rw-r--r-- | sci-libs/scotch/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/scotch/scotch-6.0.0.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sci-libs/scotch/ChangeLog b/sci-libs/scotch/ChangeLog index 0a9b17708ee8..b2cf4b6c8107 100644 --- a/sci-libs/scotch/ChangeLog +++ b/sci-libs/scotch/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/scotch # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/scotch/ChangeLog,v 1.12 2013/03/17 15:56:20 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/scotch/ChangeLog,v 1.13 2013/06/13 23:48:26 jsbronder Exp $ + + 13 Jun 2013; Justin Bronder <jsbronder@gentoo.org> scotch-6.0.0.ebuild: + Don't let openmpi override malloc, works around sandbox issue in #462602 17 Mar 2013; Markos Chandras <hwoarang@gentoo.org> metadata.xml: Add proxy-maintainers to metadata.xml diff --git a/sci-libs/scotch/scotch-6.0.0.ebuild b/sci-libs/scotch/scotch-6.0.0.ebuild index 1ee18c786a5a..cff9c71fd7ff 100644 --- a/sci-libs/scotch/scotch-6.0.0.ebuild +++ b/sci-libs/scotch/scotch-6.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/scotch/scotch-6.0.0.ebuild,v 1.1 2013/02/07 07:29:28 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/scotch/scotch-6.0.0.ebuild,v 1.2 2013/06/13 23:48:26 jsbronder Exp $ EAPI=5 @@ -67,6 +67,7 @@ src_prepare() { } src_compile() { + export FAKEROOTKEY=1 emake -C src CLIBFLAGS=-fPIC scotch esmumps static_to_shared lib/libscotcherr.a static_to_shared lib/libscotcherrexit.a |