summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-08-31 11:13:10 +1100
committerDamien Miller <djm@mindrot.org>2000-08-31 11:13:10 +1100
commitb5c42d98b308d2c0c8590f23bb903159299ce262 (patch)
tree43e948929e59999770f3b2ff98649f8e4255c95a /INSTALL
parent238a9fa8d04dca849201b8f664cb447f2f841c5d (diff)
- (djm) Pick up new version (2.2.0) from OpenBSD CVS
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index d95ea4e49..4824ada63 100644
--- a/INSTALL
+++ b/INSTALL
@@ -156,7 +156,7 @@ If you need to pass special options to the compiler or linker, you
156can specify these as environment variables before running ./configure. 156can specify these as environment variables before running ./configure.
157For example: 157For example:
158 158
159CFLAGS="-O -m486" LFLAGS="-s" LIBS="-lrubbish" LD="/usr/foo/ld" ./configure 159CFLAGS="-O -m486" LDFLAGS="-s" LIBS="-lrubbish" LD="/usr/foo/ld" ./configure
160 160
1613. Configuration 1613. Configuration
162---------------- 162----------------