From: Lars-Peter Clausen Date: Fri, 19 Feb 2010 04:10:11 +0000 (+0000) Subject: [packages] aalib: Set ncurses dir prefix. Otherwise configure is going find the X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=f67ce87797858c94805525312d72ac3936abb06d;ds=inline [packages] aalib: Set ncurses dir prefix. Otherwise configure is going find the hosts ncurses lib. SVN-Revision: 19728 --- diff --git a/libs/aalib/Makefile b/libs/aalib/Makefile index c5e5698d34..fe4b452aec 100644 --- a/libs/aalib/Makefile +++ b/libs/aalib/Makefile @@ -35,6 +35,7 @@ define Build/Configure --without-x \ --without-x11-driver \ --without-slang-driver \ + --with-ncurses=$(STAGING_DIR)/usr \ ) endef