[packages] aalib: Set ncurses dir prefix. Otherwise configure is going find the
authorlars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 19 Feb 2010 04:10:11 +0000 (04:10 +0000)
committerlars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 19 Feb 2010 04:10:11 +0000 (04:10 +0000)
hosts ncurses lib.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@19728 3c298f89-4303-0410-b956-a3cf2f4a3e73

libs/aalib/Makefile

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