diff options
author | Damien Miller <djm@mindrot.org> | 2000-08-31 02:13:10 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2000-08-31 02:13:10 +0200 |
commit | b5c42d98b308d2c0c8590f23bb903159299ce262 (patch) | |
tree | 43e948929e59999770f3b2ff98649f8e4255c95a /INSTALL | |
parent | - (djm) Workaround SIGPIPE problems on SCO. Fix from Aran Cox (diff) | |
download | openssh-b5c42d98b308d2c0c8590f23bb903159299ce262.tar.xz openssh-b5c42d98b308d2c0c8590f23bb903159299ce262.zip |
- (djm) Pick up new version (2.2.0) from OpenBSD CVS
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -156,7 +156,7 @@ If you need to pass special options to the compiler or linker, you can specify these as environment variables before running ./configure. For example: -CFLAGS="-O -m486" LFLAGS="-s" LIBS="-lrubbish" LD="/usr/foo/ld" ./configure +CFLAGS="-O -m486" LDFLAGS="-s" LIBS="-lrubbish" LD="/usr/foo/ld" ./configure 3. Configuration ---------------- |