diff options
| author | Jack Nagel | 2014-03-28 21:03:21 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-28 21:16:01 -0500 |
| commit | 0b515fba6b65d2e0aba6e834547a316c4a5adaa1 (patch) | |
| tree | 705b0b9d5ce391cf1ed10e33ebb16ebad4f9c2d1 /Library | |
| parent | 5b37da199200785912a508240d470635fb6c1a6f (diff) | |
| download | homebrew-0b515fba6b65d2e0aba6e834547a316c4a5adaa1.tar.bz2 | |
openssl: remove inreplace
Closes #27961.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/openssl.rb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Library/Formula/openssl.rb b/Library/Formula/openssl.rb index 854be71cf..258a9a813 100644 --- a/Library/Formula/openssl.rb +++ b/Library/Formula/openssl.rb @@ -28,11 +28,6 @@ class Openssl < Formula if MacOS.prefer_64_bit? args << "darwin64-x86_64-cc" << "enable-ec_nistp_64_gcc_128" - - # -O3 is used under stdenv, which results in test failures when using clang - inreplace 'Configure', - %{"darwin64-x86_64-cc","cc:-arch x86_64 -O3}, - %{"darwin64-x86_64-cc","cc:-arch x86_64 -Os} else args << "darwin-i386-cc" end |
