aspell: disable curses support

This commit is contained in:
Tony Theodore 2015-10-27 12:13:09 +11:00
parent 03a941bfc4
commit 3f96743b43
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ define $(PKG)_BUILD
cd '$(1)' && ./configure \
$(MXE_CONFIGURE_OPTS) \
--enable-win32-relocatable \
--disable-curses \
--disable-nls
$(MAKE) -C '$(1)' -j '$(JOBS)' install
endef