From 93ffaf8a823d13397792fd7c741daa3d8a4fdb11 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 18 May 2018 03:51:24 -0400 Subject: [PATCH] dev-util/strace: sync static fix w/9999 ebuild and document it #653292 Bug: https://bugs.gentoo.org/653292 --- dev-util/strace/strace-4.22.ebuild | 1 + dev-util/strace/strace-9999.ebuild | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-util/strace/strace-4.22.ebuild b/dev-util/strace/strace-4.22.ebuild index e7b555a3e2b0..9fd23499e4d2 100644 --- a/dev-util/strace/strace-4.22.ebuild +++ b/dev-util/strace/strace-4.22.ebuild @@ -44,6 +44,7 @@ src_prepare() { fi filter-lfs-flags # configure handles this sanely + # Add -pthread since strace wants -lrt for timer_create, and -lrt uses -lpthread. use static && append-ldflags -static -pthread export ac_cv_header_libaio_h=$(usex aio) diff --git a/dev-util/strace/strace-9999.ebuild b/dev-util/strace/strace-9999.ebuild index bcf676fc5d5e..9a46478721fc 100644 --- a/dev-util/strace/strace-9999.ebuild +++ b/dev-util/strace/strace-9999.ebuild @@ -44,7 +44,8 @@ src_prepare() { fi filter-lfs-flags # configure handles this sanely - use static && append-ldflags -static + # Add -pthread since strace wants -lrt for timer_create, and -lrt uses -lpthread. + use static && append-ldflags -static -pthread export ac_cv_header_libaio_h=$(usex aio) use elibc_musl && export ac_cv_header_stdc=no -- 2.26.2