mirror of
https://github.com/curl/curl.git
synced 2026-08-25 23:03:39 +03:00
INSTALL: LDFLAGS=-Wl,-R/usr/local/ssl/lib
... the older description doesn't work Reported-by: Peter Varga Fixes #2615 Closes #2616
This commit is contained in:
parent
c2423c37b7
commit
c10f3a1e0b
1 changed files with 2 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue