[strace/strace] Print SELinux contexts when enabling "--secontext" (not compatible with "-c"). (#121)

esyr notifications at github.com
Thu Feb 6 20:31:08 UTC 2020


On Thu, Jan 30, 2020 at 03:31:15PM +0000, Renaud Métrich wrote:
> The CI is failing for some weird reason: I'm now linking with `-ldl` added to Makefile.am but this fails on line 3016 (e.g. https://travis-ci.org/strace/strace/jobs/643826833?utm_medium=notification&utm_source=github_status):

If you want to link strace with -ldl, you should add -ldl to strace_LDADD
rather than strace_LDFLAGS, otherwise -ldl will be effectively ignored on
systems where ld --as-needed is enabled by default.


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/strace/strace/pull/121#issuecomment-583096560
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.strace.io/pipermail/strace-devel/attachments/20200206/4ee5385a/attachment.html>


More information about the Strace-devel mailing list