Re: [openssl.org #1413] v0.9.7l: some comments

2006-10-16 Thread ThMO via RT
Hello Kurt, [...] I've enclosed it inside an #ifdef checking for the symbol HAVE_POLL_H, which `./Configure' should check for and using select() instead. I thought poll() just used select() internaly in those version of the kernel? oops, I've had a look inside the kernel and you're

Re: [openssl.org #1413] v0.9.7l: some comments

2006-10-16 Thread [EMAIL PROTECTED]
Hi, What I would like to see is a single Makefile doing both in one go, which simplies things a lot, e.g. considering the openssl binary, the following procedure is needed: As long as that does not disable the ability to build static libs _with_ -fPIC flag (there are

Re: [openssl.org #1413] v0.9.7l: some comments

2006-10-16 Thread Kurt Roeckx
On Mon, Oct 16, 2006 at 11:47:48AM +0200, ThMO via RT wrote: What I would like to see is a single Makefile doing both in one go, which simplies things a lot, e.g. considering the openssl binary, the following procedure is needed: · make -f Makefile.shared · installing the stuff · make -f