summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <dberkholz@gentoo.org>2006-09-26 06:24:46 +0000
committerDonnie Berkholz <dberkholz@gentoo.org>2006-09-26 06:24:46 +0000
commit01204ec821da96c40464b7c7162535c3379492e8 (patch)
tree599865297f9a2b14e9ba25cdaedadd60fdae07c5 /sys-cluster/lam-mpi/files
parentmake sure we test flags against proper toolchain (diff)
downloadhistorical-01204ec821da96c40464b7c7162535c3379492e8.tar.gz
historical-01204ec821da96c40464b7c7162535c3379492e8.tar.bz2
historical-01204ec821da96c40464b7c7162535c3379492e8.zip
Fix for -Wl,--as-needed.
Package-Manager: portage-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.patch10
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)