diff src/qtbase.mk @ 4508:7dc3bebccab9

qtbase: Disable libproxy for now.
author John W. Eaton <jwe@octave.org>
date Thu, 12 Oct 2017 09:10:00 -0400
parents 0743a56dd468
children c48b41efdcf4
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)