From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DA6BD1382C5 for ; Tue, 17 Apr 2018 13:36:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CDDAAE094E; Tue, 17 Apr 2018 13:36:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A5F9EE094E for ; Tue, 17 Apr 2018 13:36:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 457E3335C59 for ; Tue, 17 Apr 2018 13:36:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 28A7B254 for ; Tue, 17 Apr 2018 13:36:24 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1523972176.a09a15504b88b6e26eb916606781ed8b055e24cb.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/strace/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/strace/strace-4.22.ebuild X-VCS-Directories: dev-util/strace/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: a09a15504b88b6e26eb916606781ed8b055e24cb X-VCS-Branch: master Date: Tue, 17 Apr 2018 13:36:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8e054c63-f078-4db4-8293-b78b9e5f9301 X-Archives-Hash: 35282e46f5cee368fc8968a9570044b4 commit: a09a15504b88b6e26eb916606781ed8b055e24cb Author: Conrad Kostecki bl4ckb0x de> AuthorDate: Tue Apr 17 12:35:37 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Tue Apr 17 13:36:16 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a09a1550 dev-util/strace-4.22: Fix static build Closes: https://bugs.gentoo.org/653292 Package-Manager: Portage-2.3.24, Repoman-2.3.6 Closes: https://github.com/gentoo/gentoo/pull/8044 dev-util/strace/strace-4.22.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/strace/strace-4.22.ebuild b/dev-util/strace/strace-4.22.ebuild index 1c7070c5d08..98126c008d9 100644 --- a/dev-util/strace/strace-4.22.ebuild +++ b/dev-util/strace/strace-4.22.ebuild @@ -45,7 +45,7 @@ src_prepare() { fi filter-lfs-flags # configure handles this sanely - use static && append-ldflags -static + use static && append-ldflags -static -pthread export ac_cv_header_libaio_h=$(usex aio) use elibc_musl && export ac_cv_header_stdc=no