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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9D2CE158094 for ; Fri, 29 Jul 2022 19:06:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 37E1AE113B; Fri, 29 Jul 2022 19:06:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 11B47E113B for ; Fri, 29 Jul 2022 19:06:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4917A340C8D for ; Fri, 29 Jul 2022 19:06:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AACF7562 for ; Fri, 29 Jul 2022 19:06:40 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1659121525.d27ec7a6abf075f14c903d8954533c732a81e08c.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dialup/mgetty/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dialup/mgetty/mgetty-1.2.1-r4.ebuild X-VCS-Directories: net-dialup/mgetty/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: d27ec7a6abf075f14c903d8954533c732a81e08c X-VCS-Branch: master Date: Fri, 29 Jul 2022 19:06:40 +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: b1fd9a8e-d608-4123-a0f3-b5ebbcf95491 X-Archives-Hash: d328e2ba0cd5cf0c04c6c39fa850ff52 commit: d27ec7a6abf075f14c903d8954533c732a81e08c Author: Conrad Kostecki gentoo org> AuthorDate: Fri Jul 29 19:05:25 2022 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Fri Jul 29 19:05:25 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d27ec7a6 net-dialup/mgetty: filter lto Closes: https://bugs.gentoo.org/861266 Signed-off-by: Conrad Kostecki gentoo.org> net-dialup/mgetty/mgetty-1.2.1-r4.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/net-dialup/mgetty/mgetty-1.2.1-r4.ebuild b/net-dialup/mgetty/mgetty-1.2.1-r4.ebuild index aa800a81c5a3..bc8dcaa55114 100644 --- a/net-dialup/mgetty/mgetty-1.2.1-r4.ebuild +++ b/net-dialup/mgetty/mgetty-1.2.1-r4.ebuild @@ -71,6 +71,7 @@ src_configure() { tc-export AR CC RANLIB use fidonet && append-cppflags "-DFIDO" append-cppflags "-DAUTO_PPP" + filter-lto sed -e 's:var/log/mgetty:var/log/mgetty/mgetty:' \ -e 's:var/log/sendfax:var/log/mgetty/sendfax:' \