diff options
Diffstat (limited to 'package/python2/Makefile')
-rw-r--r-- | package/python2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/python2/Makefile b/package/python2/Makefile index ad4b4d781..5c759eaca 100644 --- a/package/python2/Makefile +++ b/package/python2/Makefile @@ -96,7 +96,7 @@ CONFIGURE_ARGS:= --with-threads \ --without-cxx-main HOST_STYLE:= auto -HOST_CONFIGURE_ARGS:= --without-threads \ +HOST_CONFIGURE_ARGS:= --with-threads \ --disable-toolbox-glue \ --without-cxx-main |