[packages] aalib: Set ncurses dir prefix. Otherwise configure is going find the

hosts ncurses lib.


git-svn-id: svn://svn.openwrt.org/openwrt/packages@19728 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
lars 2010-02-19 04:10:11 +00:00
parent 15d30a7488
commit 14f5f67885

View File

@ -35,6 +35,7 @@ define Build/Configure
--without-x \
--without-x11-driver \
--without-slang-driver \
--with-ncurses=$(STAGING_DIR)/usr \
)
endef