diff options
author | 2006-09-26 06:24:46 +0000 | |
---|---|---|
committer | 2006-09-26 06:24:46 +0000 | |
commit | 76ffc340ee8ae14c67d1005812ad0cd414753739 (patch) | |
tree | 40654fc1c63bc02394ce8c4d37135bbffa13ec64 /sys-cluster/lam-mpi | |
parent | make sure we test flags against proper toolchain (diff) | |
download | gentoo-2-76ffc340ee8ae14c67d1005812ad0cd414753739.tar.gz gentoo-2-76ffc340ee8ae14c67d1005812ad0cd414753739.tar.bz2 gentoo-2-76ffc340ee8ae14c67d1005812ad0cd414753739.zip |
Fix for -Wl,--as-needed.
(Portage version: 2.1.2_pre1-r3)
Diffstat (limited to 'sys-cluster/lam-mpi')
-rw-r--r-- | sys-cluster/lam-mpi/ChangeLog | 6 | ||||
-rw-r--r-- | sys-cluster/lam-mpi/files/7.1.2-liblam-use-extra-libs.patch | 10 | ||||
-rw-r--r-- | sys-cluster/lam-mpi/lam-mpi-7.1.2.ebuild | 3 |
3 files changed, 17 insertions, 2 deletions
diff --git a/sys-cluster/lam-mpi/ChangeLog b/sys-cluster/lam-mpi/ChangeLog index 0c05d0a94b69..2e4f0c312bb8 100644 --- a/sys-cluster/lam-mpi/ChangeLog +++ b/sys-cluster/lam-mpi/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-cluster/lam-mpi # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/lam-mpi/ChangeLog,v 1.46 2006/09/25 08:25:59 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/lam-mpi/ChangeLog,v 1.47 2006/09/26 06:24:46 dberkholz Exp $ + + 26 Sep 2006; Donnie Berkholz <dberkholz@gentoo.org>; + +files/7.1.2-liblam-use-extra-libs.patch, lam-mpi-7.1.2.ebuild: + Fix for -Wl,--as-needed. 25 Sep 2006; Donnie Berkholz <dberkholz@gentoo.org>; lam-mpi-7.1.1-r3.ebuild, lam-mpi-7.1.2.ebuild: diff --git a/sys-cluster/lam-mpi/files/7.1.2-liblam-use-extra-libs.patch b/sys-cluster/lam-mpi/files/7.1.2-liblam-use-extra-libs.patch new file mode 100644 index 000000000000..9b4b722ee652 --- /dev/null +++ b/sys-cluster/lam-mpi/files/7.1.2-liblam-use-extra-libs.patch @@ -0,0 +1,10 @@ +--- lam-7.1.2.orig/share/liblam/Makefile.am 2006-09-25 22:52:17.000000000 -0700 ++++ lam-7.1.2/share/liblam/Makefile.am 2006-09-25 22:52:04.000000000 -0700 +@@ -35,5 +35,6 @@ + $(top_builddir)/share/ssi/libssi_lam.la \ + $(top_builddir)/share/threads/liblamthreads.la \ + $(top_builddir)/share/trillium/liblamtrillium.la \ +- $(top_builddir)/share/tstdio/liblamtstdio.la ++ $(top_builddir)/share/tstdio/liblamtstdio.la \ ++ $(LIBLAM_EXTRA_LIBS) + liblam_la_LDFLAGS = $(EXTRA_LDFLAGS) diff --git a/sys-cluster/lam-mpi/lam-mpi-7.1.2.ebuild b/sys-cluster/lam-mpi/lam-mpi-7.1.2.ebuild index 956a15dda7d3..123954f5a6e4 100644 --- a/sys-cluster/lam-mpi/lam-mpi-7.1.2.ebuild +++ b/sys-cluster/lam-mpi/lam-mpi-7.1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/lam-mpi/lam-mpi-7.1.2.ebuild,v 1.3 2006/09/25 08:25:59 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/lam-mpi/lam-mpi-7.1.2.ebuild,v 1.4 2006/09/26 06:24:46 dberkholz Exp $ inherit autotools eutils fortran flag-o-matic multilib portability @@ -41,6 +41,7 @@ src_unpack() { cd "${S}" epatch "${FILESDIR}"/${PV}-lam_prog_f77.m4.patch + epatch "${FILESDIR}"/${PV}-liblam-use-extra-libs.patch eautoreconf } |