]> granicus.if.org Git - sudo/commitdiff
Add --with-blibpath for AIX. An alternate libpath may be specified or
authorTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 21 Mar 2003 19:01:05 +0000 (19:01 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 21 Mar 2003 19:01:05 +0000 (19:01 +0000)
-blibpath support can be disabled.  Also change conifgure such that
-blibpath is not specified if no -L libpaths were added to SUDO_LDFLAGS.

INSTALL

diff --git a/INSTALL b/INSTALL
index afaff9c763419741acd158ac9ce9d02ead024ac4..bac66a5084ae5a5bc96f135bf5fba1851f8369f2 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -125,6 +125,14 @@ Special features/options:
        passing library paths to the loader.  This option is on
        by default for Solaris and SVR4.
 
+  --with-blibpath[=PATH]
+        Tells configure to construct a -blibpath argument to the
+        loader.  If a PATH is specified, it will be used as the
+        base.  Otherwise, "/usr/lib:/lib:/usr/local/lib" will be
+        used for gcc and "/usr/lib:/lib" for non-gcc.  Additional
+        library paths will be appended as needed by configure.
+       This option is only valid for AIX where it is on by default.
+
   --with-libraries=LIBRARY
         Adds the specified library (or libaries) to SUDO_LIBS and
         and VISUDO_LIBS so sudo will link against them.  If the