[openssh-commits] [openssh] 01/01: Correct LDFLAGS for clang example.
git+noreply at mindrot.org
git+noreply at mindrot.org
Wed Aug 17 14:27:04 AEST 2016
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit 9abf84c25ff4448891edcde60533a6e7b2870de1
Author: Darren Tucker <dtucker at zip.com.au>
Date: Wed Aug 17 14:25:43 2016 +1000
Correct LDFLAGS for clang example.
--with-ldflags isn't used until after the -ftrapv test, so mention
LDFLAGS instead for now.
---
INSTALL | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/INSTALL b/INSTALL
index bd59677..e25adeb 100644
--- a/INSTALL
+++ b/INSTALL
@@ -4,7 +4,7 @@ A C compiler. Any C89 or better compiler should work. Where supported,
configure will attempt to enable the compiler's run-time integrity checking
options. Some notes about specific compilers:
- clang: -ftrapv and -sanitize=integer require the compiler-rt runtime
- (--with-ldflags=--rtlib=compiler-rt)
+ (CC=clang LDFLAGS=--rtlib=compiler-rt ./configure)
You will need working installations of Zlib and libcrypto (LibreSSL /
OpenSSL)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list