[packages] aalib: Set ncurses dir prefix. Otherwise configure is going find the
authorLars-Peter Clausen <lars@metafoo.de>
Fri, 19 Feb 2010 04:10:11 +0000 (04:10 +0000)
committerLars-Peter Clausen <lars@metafoo.de>
Fri, 19 Feb 2010 04:10:11 +0000 (04:10 +0000)
hosts ncurses lib.

SVN-Revision: 19728

libs/aalib/Makefile

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