From 7a067c659745b5cd1cc33767cc4d554b40885a5c Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Mon, 3 Dec 2012 14:27:24 +0400 Subject: bash to use ncurses --- bash/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/bash/Makefile b/bash/Makefile index 505358a..9c9723c 100644 --- a/bash/Makefile +++ b/bash/Makefile @@ -7,6 +7,14 @@ summary := the shell license := GPL license-file := COPYING +build-dep += \ + library/ncurses + +configure-options += \ + --with-curses + +configure-env += LIBS="-ltinfo" + name := bash home := http://www.gnu.org/software/$(name)/ -- cgit v1.2.3