From a38b8052bd7fc3f4002b41d07d15c140997f598c Mon Sep 17 00:00:00 2001 From: Schulze Thomas Date: Mon, 28 Jul 2014 09:22:21 +0200 Subject: dcmtk: add openssl option. --- Library/Formula/dcmtk.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Library/Formula') diff --git a/Library/Formula/dcmtk.rb b/Library/Formula/dcmtk.rb index 7ba624076..a0ecb13d9 100644 --- a/Library/Formula/dcmtk.rb +++ b/Library/Formula/dcmtk.rb @@ -7,6 +7,7 @@ class Dcmtk < Formula revision 1 option 'with-docs', 'Install development libraries/headers and HTML docs' + option 'with-openssl', 'Configure DCMTK with support for OpenSSL' depends_on 'cmake' => :build depends_on "libpng" @@ -31,6 +32,7 @@ class Dcmtk < Formula args = std_cmake_args args << '-DDCMTK_WITH_DOXYGEN=YES' if build.with? "docs" + args << '-DDCMTK_WITH_OPENSSL=YES' if build.with? "openssl" args << '..' mkdir 'build' do -- cgit v1.2.3