diff options
author | Cem Keylan <cem@ckyln.com> | 2021-08-11 17:39:26 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-08-11 17:39:26 +0300 |
commit | 36b2990d34d8c91ae8b009f7edc12b88decb6788 (patch) | |
tree | 2369a3782a7d07ad0155020f7c991743230c1ca2 /extra/gnutls | |
parent | 05a8b7534ba87e24be6c3a98b3c0efafd38bf7a1 (diff) | |
download | repository-36b2990d34d8c91ae8b009f7edc12b88decb6788.tar.gz |
gnutls: disable guile
Diffstat (limited to 'extra/gnutls')
-rwxr-xr-x | extra/gnutls/build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extra/gnutls/build b/extra/gnutls/build index 4958284a..2964f6c1 100755 --- a/extra/gnutls/build +++ b/extra/gnutls/build @@ -6,6 +6,7 @@ --with-nettle-mini \ --with-included-libtasn1 \ --with-included-unistring \ + --disable-guile \ --enable-static make |