summaryrefslogtreecommitdiff
path: root/NOTES.UNIX
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2020-03-03 17:20:07 +0100
committerRichard Levitte <levitte@openssl.org>2020-06-28 18:43:04 +0200
commit16b0e0fcb32f553b9302db997045950c6af5f805 (patch)
tree933de4b46a9bdd3984032548bb5b2292f708dd92 /NOTES.UNIX
parent180626159e31f04021fdb20b48b1e61b62a06073 (diff)
downloadopenssl-new-16b0e0fcb32f553b9302db997045950c6af5f805.tar.gz
DOC: Mention Configure consistently
'config' is now a mere wrapper for backward compatibility. All documentation is changed accordingly. Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/11230)
Diffstat (limited to 'NOTES.UNIX')
-rw-r--r--NOTES.UNIX4
1 files changed, 2 insertions, 2 deletions
diff --git a/NOTES.UNIX b/NOTES.UNIX
index 6c291cbab6..0e3c099ea2 100644
--- a/NOTES.UNIX
+++ b/NOTES.UNIX
@@ -59,7 +59,7 @@
used with the runtime shared library search path options, as shown in
this example:
- $ ./config --prefix=/usr/local/ssl --openssldir=/usr/local/ssl \
+ $ ./Configure --prefix=/usr/local/ssl --openssldir=/usr/local/ssl \
'-Wl,-rpath,$(LIBRPATH)'
On modern ELF based systems, there are two runtime search paths tags to
@@ -88,7 +88,7 @@
Debian GNU/Linux systems rather than DT_RPATH is to tell the linker to
set new dtags, like this:
- $ ./config --prefix=/usr/local/ssl --openssldir=/usr/local/ssl \
+ $ ./Configure --prefix=/usr/local/ssl --openssldir=/usr/local/ssl \
'-Wl,--enable-new-dtags,-rpath,$(LIBRPATH)'
It might be worth noting that some/most ELF systems implement support