From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1204731-garchives=archives.gentoo.org@lists.gentoo.org> 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 52F971381F3 for <garchives@archives.gentoo.org>; Fri, 11 Sep 2020 06:59:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 874ABE08FE; Fri, 11 Sep 2020 06:59:51 +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 6C331E08FE for <gentoo-commits@lists.gentoo.org>; Fri, 11 Sep 2020 06:59:51 +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 5C83F340B9C for <gentoo-commits@lists.gentoo.org>; Fri, 11 Sep 2020 06:59:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F2B7026 for <gentoo-commits@lists.gentoo.org>; Fri, 11 Sep 2020 06:59:48 +0000 (UTC) From: "Alfredo Tupone" <tupone@gentoo.org> 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" <tupone@gentoo.org> Message-ID: <1599807575.ccda403aac24c9ceb40f6c86f8f816d59a2d4b6d.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-print/cnijfilter2/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-print/cnijfilter2/cnijfilter2-5.80.ebuild X-VCS-Directories: net-print/cnijfilter2/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: ccda403aac24c9ceb40f6c86f8f816d59a2d4b6d X-VCS-Branch: master Date: Fri, 11 Sep 2020 06:59:48 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6ba5b229-f01c-482b-88e5-fa7f9a4011e5 X-Archives-Hash: b1454fec9e778348aa1189e13063136e commit: ccda403aac24c9ceb40f6c86f8f816d59a2d4b6d Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Fri Sep 11 06:58:58 2020 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Fri Sep 11 06:59:35 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccda403a net-print/cnijfilter2: respect LDFLAGS Closes: https://bugs.gentoo.org/741104 Package-Manager: Portage-3.0.4, Repoman-2.3.23 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> net-print/cnijfilter2/cnijfilter2-5.80.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-print/cnijfilter2/cnijfilter2-5.80.ebuild b/net-print/cnijfilter2/cnijfilter2-5.80.ebuild index ec45c101ab1..a631ce9abcc 100644 --- a/net-print/cnijfilter2/cnijfilter2-5.80.ebuild +++ b/net-print/cnijfilter2/cnijfilter2-5.80.ebuild @@ -66,7 +66,7 @@ src_prepare() { } src_configure() { - LDFLAGS="-L"${S}"/${LIBDIR}" econf --enable-progpath="${EPREFIX}/usr/bin" + econf --enable-progpath="${EPREFIX}/usr/bin" LDFLAGS="-L"${S}"/${LIBDIR} ${LDFLAGS}" } src_install() {