readline: fix linking to ncurses
This commit is contained in:
parent
50aba2729b
commit
4e39dc7174
@ -29,7 +29,8 @@ class Readline(AutotoolsPackage, GNUMirrorPackage):
|
||||
|
||||
def build(self, spec, prefix):
|
||||
options = [
|
||||
'SHLIB_LIBS=-L{0} -lncursesw'.format(spec['ncurses'].prefix.lib)
|
||||
'SHLIB_LIBS=-L{0} -lncursesw -ltinfo'.format(
|
||||
spec['ncurses'].prefix.lib)
|
||||
]
|
||||
|
||||
make(*options)
|
||||
|
Loading…
Reference in New Issue
Block a user