Bugfix/ltrace: Add missing elf dependency (#39143)
This commit is contained in:
parent
bef03b9588
commit
63a5cf78ac
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user