[openssl.org #1812] the openssl build environment is broken

2014-06-30 Thread Rich Salz via RT
We are not going to do the ideas in this ticket, but we will be improving the build system. Or at least changing it a bit :) __ OpenSSL Project http://www.openssl.org Development Mailing List

[openssl.org #1812] the openssl build environment is broken

2009-01-08 Thread Felix von Leitner via RT
First of all, .../lib/ is hard coded, which forces me to do kludges like this to get openssl to install correctly: sed -e 's@/lib\@/li...@g' -e 's...@\*/li...@\*/l...@g' Makefile Makefile.fnord; mv -f Makefile.fnord Makefile; \ sed -e 's@/lib/@/lib64/@g' engines/Makefile

Re: [openssl.org #1812] the openssl build environment is broken

2009-01-08 Thread Bodo Moeller via RT
On Thu, Jan 8, 2009 at 4:01 PM, Felix von Leitner via RT r...@openssl.org wrote: [...] Apart from the inherent wrongness of doing recursive make (see http://miller.emu.id.au/pmiller/books/rmch/ and note that the traditionally cited reason for doing recursive makes, namely being able to go