lua: requires -ltermcap when building (#17108)
This commit is contained in:
parent
494a523636
commit
d2b745b3d6
@ -54,7 +54,7 @@ def install(self, spec, prefix):
|
||||
'MYLDFLAGS=-L%s -L%s' % (
|
||||
spec['readline'].prefix.lib,
|
||||
spec['ncurses'].prefix.lib),
|
||||
'MYLIBS=-lncursesw',
|
||||
'MYLIBS=-lncursesw -ltermcap',
|
||||
'CC=%s -std=gnu99 %s' % (spack_cc,
|
||||
self.compiler.cc_pic_flag),
|
||||
target)
|
||||
|
Loading…
Reference in New Issue
Block a user