From: lars 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://207.154.207.93/?a=commitdiff_plain;h=14f5f678857ff07c5917ef153f048676c6713921;p=packages.git [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 --- diff --git a/libs/aalib/Makefile b/libs/aalib/Makefile index c5e5698d3..fe4b452ae 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