# HG changeset patch # User John W. Eaton # Date 1507813800 14400 # Node ID 7dc3bebccab909368e0e6b549d46081392711f60 # Parent 4c645e97927969d208c8dd08f506aa65a6acb23f qtbase: Disable libproxy for now. diff -r 4c645e979279 -r 7dc3bebccab9 src/qtbase.mk --- 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)