From beb4ba5a68dbfa478bcc375cc885a047a8301c0d Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Tue, 28 Dec 1999 15:09:35 +1100 Subject: - Portability fixes for Irix 5.3 (now compiles OK!) - autoconf and other misc cleanups --- INSTALL | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index 1521dc6e..17353d9e 100644 --- a/INSTALL +++ b/INSTALL @@ -105,6 +105,11 @@ support. You will need libwrap.a and tcpd.h installed. --with-md5-passwords will enable the use of MD5 passwords. Enable this if your operating system uses MD5 passwords without using PAM. +If you need to pass special options to the compiler or linker, you +can specify these as enviornment variables before running ./configure. +For example: + +CFLAGS="-O -m486" LFLAGS="-s" ./configure 3. Configuration ---------------- -- cgit v1.2.3