summaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
authorIgor Pashev <igor.pashev@nexenta.com>2012-12-03 14:27:24 +0400
committerIgor Pashev <igor.pashev@nexenta.com>2012-12-03 14:27:24 +0400
commit7a067c659745b5cd1cc33767cc4d554b40885a5c (patch)
tree490a56962335d4ddea966556927b3db976c9c5c7 /bash
parentaa5ff57ee0313c1685006988989f5de0a958157a (diff)
downloadcibs-pkgs-7a067c659745b5cd1cc33767cc4d554b40885a5c.tar.gz
bash to use ncurses
Diffstat (limited to 'bash')
-rw-r--r--bash/Makefile8
1 files changed, 8 insertions, 0 deletions
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)/