Skip to content

Commit 0748165

Browse files
committed
docs: add missing "-Wl,"
Thanks to Thomas Reuter for pointing out the issue. Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
1 parent 59be604 commit 0748165

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/installing-open-mpi/configure-cli-options/rpath-and-runpath.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@ indicates that ``libmpi.so`` was built with "rpath" support.
6161

6262
.. code-block:: sh
6363
64-
shell$ ./configure LDFLAGS=--enable-new-dtags ...
64+
shell$ ./configure LDFLAGS=-Wl,--enable-new-dtags ...

0 commit comments

Comments
 (0)