aboutsummaryrefslogtreecommitdiff
path: root/extra/glib-networking/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-09-23 10:43:41 +0300
committerCem Keylan <cem@ckyln.com>2020-09-23 10:43:41 +0300
commita93e1a58bf35f41fc32d8c852d06bb30ea457942 (patch)
tree6533f15f6c73b191e564527fec86ab589502a560 /extra/glib-networking/build
parent17e16e0a8261764b7a948846a536b3f3f9b01c5e (diff)
downloadrepository-a93e1a58bf35f41fc32d8c852d06bb30ea457942.tar.gz
glib-networking: bump to 2.66.0
Diffstat (limited to 'extra/glib-networking/build')
-rwxr-xr-xextra/glib-networking/build4
1 files changed, 3 insertions, 1 deletions
diff --git a/extra/glib-networking/build b/extra/glib-networking/build
index 3175aa9a..632a8666 100755
--- a/extra/glib-networking/build
+++ b/extra/glib-networking/build
@@ -2,12 +2,14 @@
export DESTDIR="$1"
+# The new version requires openssl TLS1.3, which libressl hasn't fully
+# implemented yet. We now need gnutls, sadly.
meson \
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
-Dlibproxy=disabled \
- -Dopenssl=enabled \
+ -Dgnutls=enabled \
. output
ninja -C output