diff options
author | Igor Pashev <igor.pashev@nexenta.com> | 2012-12-03 14:27:24 +0400 |
---|---|---|
committer | Igor Pashev <igor.pashev@nexenta.com> | 2012-12-03 14:27:24 +0400 |
commit | 7a067c659745b5cd1cc33767cc4d554b40885a5c (patch) | |
tree | 490a56962335d4ddea966556927b3db976c9c5c7 /bash | |
parent | aa5ff57ee0313c1685006988989f5de0a958157a (diff) | |
download | cibs-pkgs-7a067c659745b5cd1cc33767cc4d554b40885a5c.tar.gz |
bash to use ncurses
Diffstat (limited to 'bash')
-rw-r--r-- | bash/Makefile | 8 |
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)/ |