diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2006-09-26 06:24:46 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2006-09-26 06:24:46 +0000 |
commit | 01204ec821da96c40464b7c7162535c3379492e8 (patch) | |
tree | 599865297f9a2b14e9ba25cdaedadd60fdae07c5 /sys-cluster/lam-mpi/files | |
parent | make sure we test flags against proper toolchain (diff) | |
download | historical-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.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) |