Bugfix/ltrace: Add missing elf dependency (#39143)

This commit is contained in:
Tamara Dahlgren 2023-07-29 23:02:00 -07:00 committed by GitHub
parent bef03b9588
commit 63a5cf78ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,6 +18,8 @@ class Ltrace(AutotoolsPackage):
conflicts("platform=darwin", msg="ltrace runs only on Linux.")
depends_on("elf", type="link")
def configure_args(self):
# Disable -Werror since some functions used by ltrace
# have been deprecated in recent version of glibc