diff options
| author | Mike McQuaid | 2014-08-24 17:10:43 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2014-08-24 17:14:21 +0100 |
| commit | cf9cc31e4c90d3c59923a735e6eda262ffe4c700 (patch) | |
| tree | cf6fbcc895c853e9882fbce3c01532502670b09d /Library/Formula/liblacewing.rb | |
| parent | 4f48b988637796ad29181b601008205af503c92c (diff) | |
| download | homebrew-cf9cc31e4c90d3c59923a735e6eda262ffe4c700.tar.bz2 | |
liblacewing: fix audit and remove unneeded comment
Diffstat (limited to 'Library/Formula/liblacewing.rb')
| -rw-r--r-- | Library/Formula/liblacewing.rb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Library/Formula/liblacewing.rb b/Library/Formula/liblacewing.rb index 00ab7533b..e02cc2843 100644 --- a/Library/Formula/liblacewing.rb +++ b/Library/Formula/liblacewing.rb @@ -14,12 +14,14 @@ class Liblacewing < Formula sha1 "39c2c5dfd392344bba96f177b8afc79ab6fc73b8" => :lion end - # Use a newer OpenSSL to get SPDY support depends_on "openssl" def install system "./configure", "--prefix=#{prefix}" system "make" system "make", "install" + + # https://github.com/udp/lacewing/issues/104 + mv "#{lib}/liblacewing.dylib.0.5", "#{lib}/liblacewing.0.5.dylib" end end |
