diff options
| author | Jack Nagel | 2014-06-29 19:10:56 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-06-29 19:11:11 -0500 |
| commit | 526091eaadea030c5f51032ddc78a130ea00bbde (patch) | |
| tree | 455e5e8c8af533fd3b33a724a6852eb3bcea0b0d | |
| parent | 67047a0e58ff7c3e7aeb9963f6f588cb154d797e (diff) | |
| download | homebrew-526091eaadea030c5f51032ddc78a130ea00bbde.tar.bz2 | |
md5sha1sum: fix Xcode-only build
| -rw-r--r-- | Library/Formula/md5sha1sum.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/md5sha1sum.rb b/Library/Formula/md5sha1sum.rb index f9272389e..702550e0f 100644 --- a/Library/Formula/md5sha1sum.rb +++ b/Library/Formula/md5sha1sum.rb @@ -16,6 +16,7 @@ class Md5sha1sum < Formula conflicts_with 'polarssl', :because => 'both install conflicting binaries' def install + ENV["SSLINCPATH"] = "#{MacOS.sdk_path}/usr/include" system "./configure", "--prefix=#{prefix}" system "make" bin.install 'md5sum' |
