comparison 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
comparison
equal deleted inserted replaced
4507:4c645e979279 4508:7dc3bebccab9
75 endif 75 endif
76 76
77 define $(PKG)_BUILD 77 define $(PKG)_BUILD
78 # ICU is buggy. See #653. TODO: reenable it some time in the future. 78 # ICU is buggy. See #653. TODO: reenable it some time in the future.
79 # Use -qt-doubleconversion until we build our own version. 79 # Use -qt-doubleconversion until we build our own version.
80 # Disable libproxy until we can build our own package.
80 cd '$(1)' && \ 81 cd '$(1)' && \
81 $($(PKG)_CONFIGURE_ENV) \ 82 $($(PKG)_CONFIGURE_ENV) \
82 ./configure \ 83 ./configure \
83 $($(PKG)_CONFIGURE_INCLUDE_OPTION) \ 84 $($(PKG)_CONFIGURE_INCLUDE_OPTION) \
84 $($(PKG)_CONFIGURE_LIBPATH_OPTION) \ 85 $($(PKG)_CONFIGURE_LIBPATH_OPTION) \
109 -system-freetype \ 110 -system-freetype \
110 -system-pcre \ 111 -system-pcre \
111 -qt-doubleconversion \ 112 -qt-doubleconversion \
112 -no-openssl \ 113 -no-openssl \
113 -dbus-linked \ 114 -dbus-linked \
115 -no-libproxy \
114 -no-pch \ 116 -no-pch \
115 -v \ 117 -v \
116 $($(PKG)_CONFIGURE_OPTS) 118 $($(PKG)_CONFIGURE_OPTS)
117 119
118 $(MAKE) -C '$(1)' -j '$(JOBS)' 120 $(MAKE) -C '$(1)' -j '$(JOBS)'