apr-util: add missing libxcrypt (#49160)

This commit is contained in:
Harmen Stoppels 2025-02-23 21:30:09 +01:00 committed by GitHub
parent 4729b6e837
commit 11915ca568
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -36,6 +36,7 @@ class AprUtil(AutotoolsPackage):
depends_on("sqlite", when="+sqlite")
depends_on("unixodbc", when="+odbc")
depends_on("pkgconfig", type="build", when="+crypto ^openssl~shared")
depends_on("libxcrypt", when="platform=linux")
@property
def libs(self):