Added missing libtool dependencies to libvterm and unibilium (#10007)
This commit is contained in:
parent
0d033a042c
commit
a9695bac50
2 changed files with 4 additions and 0 deletions
|
@ -13,6 +13,8 @@ class Libvterm(Package):
|
|||
|
||||
version('681', '7a4325a7350b7092245c04e8ee185ac3')
|
||||
|
||||
depends_on('libtool', type='build')
|
||||
|
||||
def install(self, spec, prefix):
|
||||
make()
|
||||
make("install", "PREFIX=" + prefix)
|
||||
|
|
|
@ -13,6 +13,8 @@ class Unibilium(Package):
|
|||
|
||||
version('1.2.0', '9b1c97839a880a373da6c097443b43c4')
|
||||
|
||||
depends_on('libtool', type='build')
|
||||
|
||||
def install(self, spec, prefix):
|
||||
make("PREFIX=" + prefix)
|
||||
make("install", "PREFIX=" + prefix)
|
||||
|
|
Loading…
Reference in a new issue