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 94074138350 for ; Sat, 2 May 2020 20:47:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A8F3AE0AE8; Sat, 2 May 2020 20:47:12 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 91E3BE0AE8 for ; Sat, 2 May 2020 20:47:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 777E834F2D0 for ; Sat, 2 May 2020 20:47:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2205410D for ; Sat, 2 May 2020 20:42:06 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1588452114.3f5d5c43f7239c2e5571a8bda595fe38b4aaf129.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/strace/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/strace/files/strace-5.6-AR.patch X-VCS-Directories: dev-util/strace/files/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 3f5d5c43f7239c2e5571a8bda595fe38b4aaf129 X-VCS-Branch: master Date: Sat, 2 May 2020 20:42:06 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1b0ffd07-151b-4b60-bc04-dad9e27b0db1 X-Archives-Hash: 1486cab04545488f9e581ada0a21cebf commit: 3f5d5c43f7239c2e5571a8bda595fe38b4aaf129 Author: Mike Gilbert gentoo org> AuthorDate: Sat May 2 20:41:54 2020 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sat May 2 20:41:54 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f5d5c43 dev-util/strace: use AM_PROG_AR Signed-off-by: Mike Gilbert gentoo.org> dev-util/strace/files/strace-5.6-AR.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-util/strace/files/strace-5.6-AR.patch b/dev-util/strace/files/strace-5.6-AR.patch index ac8cc31e1d7..8386bc41882 100644 --- a/dev-util/strace/files/strace-5.6-AR.patch +++ b/dev-util/strace/files/strace-5.6-AR.patch @@ -1,4 +1,4 @@ -From 0b0dccc7f198ce93f9b5faa3613b1630bffb338f Mon Sep 17 00:00:00 2001 +From 81e11a9b8c9469002833bd1707a435b1f81baf92 Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Sat, 2 May 2020 16:25:21 -0400 Subject: [PATCH] configure: check AR variable for 'ar' tool @@ -11,14 +11,14 @@ Bug: https://bugs.gentoo.org/720712 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac -index 6aabc2c8..7d6dde67 100644 +index 6aabc2c8..da486c24 100644 --- a/configure.ac +++ b/configure.ac @@ -36,6 +36,7 @@ AC_PROG_CC_STDC AC_PROG_CPP AC_PROG_INSTALL AC_PROG_RANLIB -+AC_CHECK_TOOL([AR], [ar]) ++AM_PROG_AR AC_USE_SYSTEM_EXTENSIONS AX_CODE_COVERAGE