Skip to content

Commit

Permalink
INSTALL: LDFLAGS=-Wl,-R/usr/local/ssl/lib
Browse files Browse the repository at this point in the history
... the older description doesn't work

Reported-by: Peter Varga
Fixes #2615
Closes #2616
  • Loading branch information
bagder committed May 29, 2018
1 parent c2423c3 commit c10f3a1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,9 @@ work:

If you have shared SSL libs installed in a directory where your run-time
linker doesn't find them (which usually causes configure failures), you can
provide the -R option to ld on some operating systems to set a hard-coded
path to the run-time linker:
provide this option to gcc to set a hard-coded path to the run-time linker:

LDFLAGS=-R/usr/local/ssl/lib ./configure --with-ssl
LDFLAGS=-Wl,-R/usr/local/ssl/lib ./configure --with-ssl

## More Options

Expand Down

0 comments on commit c10f3a1

Please sign in to comment.