aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/gnutls.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/Library/Formula/gnutls.rb b/Library/Formula/gnutls.rb
index 4c272e3e3..fb54ebe0f 100644
--- a/Library/Formula/gnutls.rb
+++ b/Library/Formula/gnutls.rb
@@ -31,6 +31,7 @@ class Gnutls < Formula
--disable-static
--prefix=#{prefix}
--sysconfdir=#{etc}
+ --with-default-trust-store-file=#{etc}/openssl/cert.pem
]
if build.with? 'guile'
@@ -45,4 +46,8 @@ class Gnutls < Formula
mv bin+'certtool', bin+'gnutls-certtool'
mv man1+'certtool.1', man1+'gnutls-certtool.1'
end
+
+ def post_install
+ Formula["openssl"].post_install
+ end
end