libmicrohttpd: optional SSL support.
Closes Homebrew/homebrew#34357. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
9091b99382
commit
cb7e1e321e
1 changed files with 7 additions and 0 deletions
|
@ -6,6 +6,13 @@ class Libmicrohttpd < Formula
|
|||
mirror "http://ftp.gnu.org/gnu/libmicrohttpd/libmicrohttpd-0.9.38.tar.gz"
|
||||
sha1 "1d0a6685b984b022a6be565f7b179c449944b3f1"
|
||||
|
||||
option "with-ssl", "Enable SSL support"
|
||||
|
||||
if build.with? "ssl"
|
||||
depends_on "libgcrypt"
|
||||
depends_on "gnutls"
|
||||
end
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
sha1 "f0da1b25c2538f70f5eb7cae3dc7e6953aca6e8a" => :yosemite
|
||||
|
|
Loading…
Reference in a new issue