Note: you do *not* need to re-autogen for this commit.

On Mar 25, 2008, at 9:41 AM, gship...@osl.iu.edu wrote:
Author: gshipman
Date: 2008-03-25 09:41:09 EDT (Tue, 25 Mar 2008)
New Revision: 17951
URL: https://svn.open-mpi.org/trac/ompi/changeset/17951

Log:
need orted_LDFLAGS as a placeholder
 you will need to re autogen.sh

Text files modified:
  trunk/orte/tools/orted/Makefile.am |     9 ++++++++-
  1 files changed, 8 insertions(+), 1 deletions(-)

Modified: trunk/orte/tools/orted/Makefile.am
=
=
=
=
=
=
=
=
======================================================================
--- trunk/orte/tools/orted/Makefile.am  (original)
+++ trunk/orte/tools/orted/Makefile.am 2008-03-25 09:41:09 EDT (Tue, 25 Mar 2008)
@@ -25,5 +25,12 @@

endif # OMPI_INSTALL_BINARIES

-orted_SOURCES = orted.c
+orted_SOURCES = orted.c
+# the following empty orted_LDFLAGS is used
+#  so that the orted can be compiled statically
+#  by simply changing the value of this from
+#  nothing to -all-static in the Makefile.in
+#  nice for systems that don't have all the shared
+#  libraries on the computes
+orted_LDFLAGS =
orted_LDADD = $(top_builddir)/orte/libopen-rte.la
_______________________________________________
svn-full mailing list
svn-f...@open-mpi.org
http://www.open-mpi.org/mailman/listinfo.cgi/svn-full


--
Jeff Squyres
Cisco Systems

Reply via email to