gnutls: tweak guile args

This commit is contained in:
Dominyk Tiller 2016-09-12 04:33:47 +01:00
parent df7a6b7e4f
commit 01e1dd2e06
No known key found for this signature in database
GPG key ID: FE19AEFCF658C6F6

View file

@ -37,11 +37,7 @@ class Gnutls < Formula
--disable-heartbeat-support
--without-p11-kit
]
if build.with? "guile"
args << "--enable-guile"
args << "--with-guile-site-dir=#{share}/guile/site"
end
args << "--enable-guile" << "--with-guile-site-dir" if build.with? "guile"
system "./configure", *args
system "make", "install"