From 5f15cd1ef60cc4d8693610f91e3b49f722ed0b79 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 19 Feb 2016 04:42:37 +0100 Subject: we need to quote correctly if clang -fbracket... is used, reported by Christoph --- 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 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 \ -- cgit v1.2.3