# HG changeset patch # User John Donoghue # Date 1404958078 14400 # Node ID 695c90731c854f7d3392fec6e1d228524e493982 # Parent 6a4cb2cb44933a4463d3d600f454250bdad6f652 qt: dont use -no-javascript-jit if native mingw build. * src/qt.mk: move -no-javascript-jit option to PKG_CONFIGURE_EXTRA_OPTION, set when not native mingw build. diff -r 6a4cb2cb4493 -r 695c90731c85 src/qt.mk --- a/src/qt.mk Wed Jul 09 19:56:54 2014 -0400 +++ b/src/qt.mk Wed Jul 09 22:07:58 2014 -0400 @@ -95,6 +95,7 @@ -make libs \ -no-glib \ -no-gstreamer \ + -no-javascript-jit \ -no-reduce-exports \ -no-rpath \ -make translations \ @@ -108,6 +109,7 @@ -device-option CROSS_COMPILE=$(MXE_TOOL_PREFIX) $(PKG)_CONFIGURE_PLATFORM_OPTION := -xplatform win32-g++-4.6 endif + endif define $(PKG)_UPDATE @@ -141,7 +143,6 @@ -no-webkit \ -no-phonon \ -no-phonon-backend \ - -no-javascript-jit \ -accessibility \ -nomake demos \ -nomake docs \