changeset 4508:7dc3bebccab9

qtbase: Disable libproxy for now.
author John W. Eaton <jwe@octave.org>
date Thu, 12 Oct 2017 09:10:00 -0400
parents 4c645e979279
children 3d2263062bbd
files src/qtbase.mk
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/qtbase.mk	Thu Oct 12 05:55:18 2017 -0400
+++ b/src/qtbase.mk	Thu Oct 12 09:10:00 2017 -0400
@@ -77,6 +77,7 @@
 define $(PKG)_BUILD
     # ICU is buggy. See #653. TODO: reenable it some time in the future.
     # Use -qt-doubleconversion until we build our own version.
+    # Disable libproxy until we can build our own package.
     cd '$(1)' && \
         $($(PKG)_CONFIGURE_ENV) \
         ./configure \
@@ -111,6 +112,7 @@
             -qt-doubleconversion \
             -no-openssl \
             -dbus-linked \
+            -no-libproxy \
             -no-pch \
             -v \
             $($(PKG)_CONFIGURE_OPTS)