Commit 3836d39b authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

version up : bash 4.3.

also build with our own ncurses instead of system termcap library.
parent a8036453
......@@ -2,7 +2,15 @@
parts =
bash
extends =
../ncurses/buildout.cfg
[bash]
recipe = slapos.recipe.cmmi
url = ftp://ftp.gnu.org/gnu/bash/bash-4.2.tar.gz
md5sum = 3fb927c7c33022f1c327f14a81c0d4b0
url = http://ftp.gnu.org/gnu/bash/bash-4.3.tar.gz
md5sum = 81348932d5da294953e15d4814c74dd1
configure-options =
--with-curses
environment =
CPPFLAGS=-I${ncurses:location}/include
LDFLAGS=-L${ncurses:location}/lib -Wl,-rpath=${ncurses:location}/lib
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment