diff options
Diffstat (limited to 'package/python/Makefile')
-rw-r--r-- | package/python/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/python/Makefile b/package/python/Makefile index 0e81cd10b..b41a7f3ba 100644 --- a/package/python/Makefile +++ b/package/python/Makefile @@ -31,7 +31,7 @@ CONFIGURE_ARGS:= --with-threads \ post-extract: (cd ${WRKBUILD}; rm -rf config.{cache,status} ; \ - OPT="$(HOSTCFLAGS)" \ + OPT="$(CFLAGS_FOR_BUILD)" \ ./configure --without-cxx-main --without-threads \ --prefix=$(STAGING_HOST_DIR) \ ); |