Skip to content

Commit

Permalink
gnutls: share CA file generated by openssl's post-install
Browse files Browse the repository at this point in the history
  • Loading branch information
jacknagel committed Apr 14, 2014
1 parent 680b0d1 commit 808bbda
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Formula/gnutls.rb
Expand Up @@ -31,6 +31,7 @@ def install
--disable-static
--prefix=#{prefix}
--sysconfdir=#{etc}
--with-default-trust-store-file=#{etc}/openssl/cert.pem
]

if build.with? 'guile'
Expand All @@ -45,4 +46,8 @@ def install
mv bin+'certtool', bin+'gnutls-certtool'
mv man1+'certtool.1', man1+'gnutls-certtool.1'
end

def post_install
Formula["openssl"].post_install
end
end

0 comments on commit 808bbda

Please sign in to comment.