[openssl-dev] [openssl.org #3520] [PATCH] 1.0.1e: Configure: Correctly Handle GCC/clang/LLVM -arch and -isysroot Options

2016-02-02 Thread Rich Salz via RT
Sorry we didn't get to this sooner. We're only taking security fixes for 1.0.1 now. Please open a new ticket if this is still an issue with current releases. Also, the new build process should handle this more cleanly. -- Rich Salz, OpenSSL dev team; rs...@openssl.org

[openssl.org #3520] [PATCH] 1.0.1e: Configure: Correctly Handle GCC/clang/LLVM -arch and -isysroot Options

2014-09-09 Thread Grant Erickson via RT
Correctly handle '-arch' and '-isysroot' GCC/clang/LLVM options when compiling for Mac OS X or iOS using targets such as BSD-generic32 in which the external environment passes in the processor architecture and toolchain root. --- openssl/Configure | 12 +++- 1 file changed, 11