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/files | |
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/files')
-rw-r--r-- | sys-cluster/lam-mpi/files/7.1.2-liblam-use-extra-libs.patch | 10 |
1 files changed, 10 insertions, 0 deletions
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) |