[gnome-continuous] Another attempt to fix glib-networking build
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-continuous] Another attempt to fix glib-networking build
- Date: Sat, 21 Oct 2017 17:39:07 +0000 (UTC)
commit 6084db2b1c11011b0d613d8f46d0b498282a3a33
Author: Michael Catanzaro <mcatanzaro igalia com>
Date: Sat Oct 21 12:38:49 2017 -0500
Another attempt to fix glib-networking build
patches/glib-networking-build-api.patch | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/patches/glib-networking-build-api.patch b/patches/glib-networking-build-api.patch
index ad52c53..e26c279 100644
--- a/patches/glib-networking-build-api.patch
+++ b/patches/glib-networking-build-api.patch
@@ -73,7 +73,7 @@ index 0000000..25b666c
+
+enable_docs='-Denable-gtk-doc=false'
+enable_man='-Denable-man=false'
-+enable_libproxy='-Denable_libproxy=true'
++enable_libproxy='-Dlibproxy_support=true'
+
+while (($# > 0)); do
+ case "${1%%=*}" in
@@ -91,8 +91,8 @@ index 0000000..25b666c
+ --disable-gtk-doc) enable_docs='-Denable-gtk-doc=false';;
+ --enable-man) enable_man='-Denable-man=true';;
+ --disable-man) enable_man='-Denable-man=false';;
-+ --enable-libproxy) enable_libproxy='-Denable_libproxy=true';;
-+ --disable-libproxy) enable_libproxy='-Denable_libproxy=false';;
++ --enable-libproxy) enable_libproxy='-Dlibproxy_support=true';;
++ --disable-libproxy) enable_libproxy='-Dlibproxy_support=false';;
+ *) echo -e "\e[1;33mINFO\e[0m: Ignoring unknown option '$1'";;
+ esac
+ shift
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]