# HG changeset patch # User John W. Eaton # Date 1507741082 14400 # Node ID 0743a56dd4683defdfd3f8724eb32d6921ad22ad # Parent bb63484e88aeb63964c1d41084fefbf4ecee91ab qtbase: Use bundled doubleconversion library. diff -r bb63484e88ae -r 0743a56dd468 src/qtbase.mk --- a/src/qtbase.mk Wed Oct 11 12:39:28 2017 -0400 +++ b/src/qtbase.mk Wed Oct 11 12:58:02 2017 -0400 @@ -1,4 +1,4 @@ - # This file is part of MXE. +# This file is part of MXE. # See index.html for further information. PKG := qtbase @@ -76,6 +76,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. cd '$(1)' && \ $($(PKG)_CONFIGURE_ENV) \ ./configure \ @@ -107,6 +108,7 @@ -fontconfig \ -system-freetype \ -system-pcre \ + -qt-doubleconversion \ -no-openssl \ -dbus-linked \ -no-pch \