Commit bca3faca authored by Thomas Gambier's avatar Thomas Gambier 🚴🏼

component/readline: force to use curses lib

if libtinfo was present on the system, readline would prefer to use it instead of libncurses
parent dc2ad6d3
......@@ -45,6 +45,7 @@ patches =
configure-options =
--enable-multibyte
--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