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 2C1AD1382C5 for ; Thu, 1 Apr 2021 18:57:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71146E08C8; Thu, 1 Apr 2021 18:57:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 51A9AE08C8 for ; Thu, 1 Apr 2021 18:57:15 +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 29178340BE2 for ; Thu, 1 Apr 2021 18:57:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A030A634 for ; Thu, 1 Apr 2021 18:57:11 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1617303393.f5a526553b128d554d1e328ab0a533abbe0320ed.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/bind-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dns/bind-tools/bind-tools-9.16.13.ebuild X-VCS-Directories: net-dns/bind-tools/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: f5a526553b128d554d1e328ab0a533abbe0320ed X-VCS-Branch: master Date: Thu, 1 Apr 2021 18:57:11 +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: 8fe25cfc-ee83-4bfe-aaf5-4d1c6a1709e5 X-Archives-Hash: 984fd47cd1c81ce7c59444d60cb10f24 commit: f5a526553b128d554d1e328ab0a533abbe0320ed Author: Fabian Groffen gentoo org> AuthorDate: Thu Apr 1 18:55:54 2021 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Thu Apr 1 18:56:33 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5a52655 net-dns/bind-tools-9.16.13: fix compilation on Solaris Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Fabian Groffen gentoo.org> net-dns/bind-tools/bind-tools-9.16.13.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net-dns/bind-tools/bind-tools-9.16.13.ebuild b/net-dns/bind-tools/bind-tools-9.16.13.ebuild index f983773f1fa..54919a23068 100644 --- a/net-dns/bind-tools/bind-tools-9.16.13.ebuild +++ b/net-dns/bind-tools/bind-tools-9.16.13.ebuild @@ -55,6 +55,9 @@ src_prepare() { # Disable tests for now, bug 406399 sed -i '/^SUBDIRS/s:tests::' bin/Makefile.in lib/Makefile.in || die + # it's meant to fix Solaris, but it actually breaks + sed -i -e 's/-zrelax=transtls//' configure.ac configure || die + # bug #220361 rm aclocal.m4 || die rm -rf libtool.m4/ || die