Re: [openssl.org #3075] [PATCH] Fix ASM support for FreeBSD 10

2013-06-30 Thread Andy Polyakov via RT
For FreeBSD 10 we have changed /usr/lib/libc.so to be a text linker script and no longer a symlink. This breaks the config check on i386 for what binary format to use when building with ASM support. The current config check expects /usr/lib/libc.so to symlink to a /usr/lib/libc.so.X file to

Re: [openssl.org #3075] [PATCH] Fix ASM support for FreeBSD 10

2013-06-18 Thread Andy Polyakov via RT
For FreeBSD 10 we have changed /usr/lib/libc.so to be a text linker script and no longer a symlink. This breaks the config check on i386 for what binary format to use when building with ASM support. The current config check expects /usr/lib/libc.so to symlink to a /usr/lib/libc.so.X file to

Re: [openssl.org #3075] [PATCH] Fix ASM support for FreeBSD 10

2013-06-18 Thread Bryan Drewery
On 6/18/2013 4:47 AM, Andy Polyakov via RT wrote: For FreeBSD 10 we have changed /usr/lib/libc.so to be a text linker script and no longer a symlink. This breaks the config check on i386 for what binary format to use when building with ASM support. The current config check expects

Re: [openssl.org #3075] [PATCH] Fix ASM support for FreeBSD 10

2013-06-18 Thread Bryan Drewery via RT
On 6/18/2013 4:47 AM, Andy Polyakov via RT wrote: For FreeBSD 10 we have changed /usr/lib/libc.so to be a text linker script and no longer a symlink. This breaks the config check on i386 for what binary format to use when building with ASM support. The current config check expects