gnutls: tweak guile args
This commit is contained in:
parent
df7a6b7e4f
commit
01e1dd2e06
1 changed files with 1 additions and 5 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue