From 1edb2f7e5ce8863fb31928cee76da95d55b93b2a Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 16 Jun 2014 21:00:05 +0200 Subject: use HOST_CC --- package/ncurses/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/ncurses/Makefile') diff --git a/package/ncurses/Makefile b/package/ncurses/Makefile index b2294df63..084e2b283 100644 --- a/package/ncurses/Makefile +++ b/package/ncurses/Makefile @@ -29,7 +29,7 @@ $(eval $(call PKG_template,LIBNCURSES,libncurses,${PKG_VERSION}-${PKG_RELEASE},$ CONFIGURE_ENV+= ac_cv_linux_vers=2 CONFIGURE_ARGS+= --without-cxx \ --without-cxx-binding \ - --with-build-cc=${CC_FOR_BUILD} \ + --with-build-cc=${HOST_CC} \ --without-progs \ --disable-termcap \ --enable-symlinks \ @@ -58,7 +58,7 @@ INSTALL_TARGET:= install.libs install.data HOST_ALL_TARGET:= progs HOST_INSTALL_TARGET:= install.includes install.progs HOST_CONFIGURE_ARGS+= --without-shared \ - --with-build-cc=${CC_FOR_BUILD} \ + --with-build-cc=${HOST_CC} \ --with-progs \ --with-ticlib \ --disable-tic-depends \ -- cgit v1.2.3