ncurses: remove TERMINFO from build env (#12086)
This commit is contained in:
parent
7ea4e50587
commit
4ff2773704
1 changed files with 3 additions and 0 deletions
|
@ -33,6 +33,9 @@ class Ncurses(AutotoolsPackage):
|
|||
patch('patch_gcc_5.txt', when='@6.0%gcc@5.0:')
|
||||
patch('sed_pgi.patch', when='@:6.0')
|
||||
|
||||
def setup_environment(self, spack_env, run_env):
|
||||
spack_env.unset('TERMINFO')
|
||||
|
||||
def configure(self, spec, prefix):
|
||||
opts = [
|
||||
'CFLAGS={0}'.format(self.compiler.pic_flag),
|
||||
|
|
Loading…
Reference in a new issue