Files
gentoo/dev-util/strace/metadata.xml
YmrDtnJu 11c6d80669 dev-util/strace: Add use flag for elfutils.
strace can use libdw to implement stack tracing support and will use it
automatically if it is installed on the system. The commit makes this
configurable.

Closes: https://github.com/gentoo/gentoo/pull/8860
2018-06-18 13:38:53 +02:00

23 lines
705 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>base-system@gentoo.org</email>
<name>Gentoo Base System</name>
</maintainer>
<use>
<flag name="aio">
Enable <pkg>dev-libs/libaio</pkg> support for tracing Asynchronous I/O operations
</flag>
<flag name="unwind">
Enable stack backtraces (-k flag) via <pkg>sys-libs/libunwind</pkg>
</flag>
<flag name="elfutils">
Enable stack backtraces (-k flag) via <pkg>dev-libs/elfutils</pkg>
</flag>
</use>
<upstream>
<remote-id type="sourceforge">strace</remote-id>
</upstream>
</pkgmetadata>