Re: force configure to not use -lcrypt

2005-01-23 Thread Alex S Moore
On Sun, 23 Jan 2005 11:27:56 -0500 "J. Wren Hunt" <[EMAIL PROTECTED]> wrote: | > I'm curious why you're interested in removing -lcrypt? Do you intend to > replace it with another algorithm? Or are you just trying to minimize > size/processing, etc.? After further reading of what I disable, I see t

Re: force configure to not use -lcrypt

2005-01-23 Thread Alex S Moore
On Sun, 23 Jan 2005 11:27:56 -0500 "J. Wren Hunt" <[EMAIL PROTECTED]> wrote: > I'm curious why you're interested in removing -lcrypt? Do you intend to > replace it with another algorithm? Or are you just trying to minimize > size/processing, etc.? The call to Sun Solaris 8 and 9 functions in libc

Re: force configure to not use -lcrypt

2005-01-23 Thread J. Wren Hunt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Alex S Moore wrote: | On Solaris 8, how can I force configure to not use /usr/lib/libcrypt.so | without renaming that file? I changed config.h to undefine | HAVE_LIBCRYPT, but configure just puts it back to defined and changes | the Makefiles to includ

force configure to not use -lcrypt

2005-01-22 Thread Alex S Moore
On Solaris 8, how can I force configure to not use /usr/lib/libcrypt.so without renaming that file? I changed config.h to undefine HAVE_LIBCRYPT, but configure just puts it back to defined and changes the Makefiles to include -lcrypt. Thanks, Alex -- MySQL General Mailing List For list archives