fix in build of ncurses if wine was installed

This commit is contained in:
Luis Saavedra 2012-05-17 16:45:06 -04:00
parent 3e973a3416
commit 75d5bed573
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ endef
define $(PKG)_BUILD
cd '$(1)' && ./configure \
--host='$(TARGET)' \
--build="`config.guess`" \
--prefix=$(PREFIX)/$(TARGET) \
--disable-home-terminfo \
--enable-sp-funcs \