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 4A74E158094 for ; Fri, 7 Oct 2022 18:20:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 597EBE0995; Fri, 7 Oct 2022 18:20:16 +0000 (UTC) Received: from smtp.gentoo.org (mail.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3E654E0995 for ; Fri, 7 Oct 2022 18:20:14 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 19D8A340E26 for ; Fri, 7 Oct 2022 18:20:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4AD215DD for ; Fri, 7 Oct 2022 18:20:12 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1665166775.52caf3662283f2d1dc5c2769d25addb6dcd0deb4.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ada/gnatsymbolize/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ada/gnatsymbolize/gnatsymbolize-2021-r1.ebuild X-VCS-Directories: dev-ada/gnatsymbolize/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 52caf3662283f2d1dc5c2769d25addb6dcd0deb4 X-VCS-Branch: master Date: Fri, 7 Oct 2022 18:20:12 +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: a903deeb-4a9f-41f4-ae17-d964c84e981a X-Archives-Hash: 180c01942cf6fed0c431ab4644e91319 commit: 52caf3662283f2d1dc5c2769d25addb6dcd0deb4 Author: Alfredo Tupone gentoo org> AuthorDate: Fri Oct 7 18:19:35 2022 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Fri Oct 7 18:19:35 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52caf366 dev-ada/gnatsymbolize: respect LDFLAGS Closes: https://bugs.gentoo.org/735706 Signed-off-by: Alfredo Tupone gentoo.org> dev-ada/gnatsymbolize/gnatsymbolize-2021-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ada/gnatsymbolize/gnatsymbolize-2021-r1.ebuild b/dev-ada/gnatsymbolize/gnatsymbolize-2021-r1.ebuild index 60f9e67f7c3e..e73a9ec6fd93 100644 --- a/dev-ada/gnatsymbolize/gnatsymbolize-2021-r1.ebuild +++ b/dev-ada/gnatsymbolize/gnatsymbolize-2021-r1.ebuild @@ -25,7 +25,7 @@ REQUIRED_USE="${ADA_REQUIRED_USE}" S="${WORKDIR}"/${MYP} src_compile() { - gnatmake -v gnatsymbolize -cargs ${ADAFLAGS} || die + gnatmake -v gnatsymbolize -cargs ${ADAFLAGS} -largs ${LDFLAGS} || die } src_install() {