diff options
-rw-r--r-- | package/ncurses/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/ncurses/Makefile b/package/ncurses/Makefile index 097708363..cf5aa1aa1 100644 --- a/package/ncurses/Makefile +++ b/package/ncurses/Makefile @@ -36,7 +36,7 @@ CONFIGURE_ENV+= ac_cv_linux_vers=2 \ PKG_CONFIG_LIBDIR=/usr/lib/pkgconfig CONFIGURE_ARGS+= --without-cxx \ --without-cxx-binding \ - --with-build-cc=${HOST_CC} \ + --with-build-cc="${HOST_CC}" \ --without-progs \ --disable-termcap \ --enable-symlinks \ @@ -64,7 +64,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=${HOST_CC} \ + --with-build-cc="${HOST_CC}" \ --with-progs \ --with-ticlib \ --disable-tic-depends \ |