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