From 0e40a2553857e595d3aea01c24a22d633a08c256 Mon Sep 17 00:00:00 2001 From: Lars-Peter Clausen Date: Fri, 19 Feb 2010 04:10:11 +0000 Subject: [PATCH] aalib: Set ncurses dir prefix. Otherwise configure is going find the hosts ncurses lib. SVN-Revision: 19728 --- libs/aalib/Makefile | 1 + 1 file changed, 1 insertion(+) 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 -- 2.30.2