From c57f8202010ef38bae4fdb2fe2e98531ae478bb9 Mon Sep 17 00:00:00 2001 From: Dominyk Tiller Date: Sat, 31 Jan 2015 18:25:23 +0000 Subject: slowhttptest: fix system openssl linkage More OpenSSL system linkage. Closes #36420. Signed-off-by: Jack Nagel --- Library/Formula/slowhttptest.rb | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'Library') diff --git a/Library/Formula/slowhttptest.rb b/Library/Formula/slowhttptest.rb index 8b22fafb9..c3954231d 100644 --- a/Library/Formula/slowhttptest.rb +++ b/Library/Formula/slowhttptest.rb @@ -1,13 +1,14 @@ -require 'formula' - class Slowhttptest < Formula - homepage 'http://code.google.com/p/slowhttptest/' - url 'https://slowhttptest.googlecode.com/files/slowhttptest-1.6.tar.gz' - sha1 'f5a64365b987083015ac98f6c20746021176292e' + homepage "https://code.google.com/p/slowhttptest/" + url "https://slowhttptest.googlecode.com/files/slowhttptest-1.6.tar.gz" + sha1 "f5a64365b987083015ac98f6c20746021176292e" + revision 1 + + depends_on "openssl" def install system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}" - system "make install" + system "make", "install" end test do -- cgit v1.2.3