tcsh: add missing libxcrypt dependency (#47398)
This commit is contained in:
parent
2c1d74db9b
commit
c9ed91758d
@ -108,6 +108,7 @@ class Tcsh(AutotoolsPackage):
|
|||||||
)
|
)
|
||||||
|
|
||||||
depends_on("ncurses+termlib")
|
depends_on("ncurses+termlib")
|
||||||
|
depends_on("libxcrypt", when="platform=linux")
|
||||||
|
|
||||||
@run_after("install")
|
@run_after("install")
|
||||||
def link_csh(self):
|
def link_csh(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user