summaryrefslogtreecommitdiff
path: root/package/ncurses/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/ncurses/Makefile')
-rw-r--r--package/ncurses/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ncurses/Makefile b/package/ncurses/Makefile
index 975cfa1b7..12259ddba 100644
--- a/package/ncurses/Makefile
+++ b/package/ncurses/Makefile
@@ -53,7 +53,7 @@ pre-configure:
(cd ${WRKBUILD}; rm -rf config.{cache,status} ; \
./configure \
--with-shared \
- --with-build-cc=${HOSTCC} \
+ --with-build-cc=${CC_FOR_BUILD} \
--with-progs \
--without-debug \
--without-profile \