apr-util: add missing libxcrypt (#49160)
This commit is contained in:
parent
4729b6e837
commit
11915ca568
@ -36,6 +36,7 @@ class AprUtil(AutotoolsPackage):
|
|||||||
depends_on("sqlite", when="+sqlite")
|
depends_on("sqlite", when="+sqlite")
|
||||||
depends_on("unixodbc", when="+odbc")
|
depends_on("unixodbc", when="+odbc")
|
||||||
depends_on("pkgconfig", type="build", when="+crypto ^openssl~shared")
|
depends_on("pkgconfig", type="build", when="+crypto ^openssl~shared")
|
||||||
|
depends_on("libxcrypt", when="platform=linux")
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def libs(self):
|
def libs(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user