Commit 41951a35 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

cleanup readline/buildout.cfg.

parent f00aae07
...@@ -2,8 +2,6 @@ ...@@ -2,8 +2,6 @@
parts = parts =
readline5 readline5
readline readline
extends =
../ncurses/buildout.cfg
# readline-5.x is still used for GPL2 only softwares. # readline-5.x is still used for GPL2 only softwares.
[readline5] [readline5]
...@@ -13,10 +11,6 @@ md5sum = e39331f32ad14009b9ff49cc10c5e751 ...@@ -13,10 +11,6 @@ md5sum = e39331f32ad14009b9ff49cc10c5e751
configure-options = configure-options =
--enable-multibyte --enable-multibyte
--disable-static --disable-static
--with-curses
environment =
CPPFLAGS=-I${ncurses:location}/include
LDFLAGS=-L${ncurses:location}/lib -Wl,-rpath=${ncurses:location}/lib
[readline] [readline]
recipe = hexagonit.recipe.cmmi recipe = hexagonit.recipe.cmmi
...@@ -25,7 +19,3 @@ md5sum = 67948acb2ca081f23359d0256e9a271c ...@@ -25,7 +19,3 @@ md5sum = 67948acb2ca081f23359d0256e9a271c
configure-options = configure-options =
--enable-multibyte --enable-multibyte
--disable-static --disable-static
--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