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 68C80138334 for ; Thu, 20 Jun 2019 08:01:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A6FB2E0A96; Thu, 20 Jun 2019 08:01:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 7F3A3E0A96 for ; Thu, 20 Jun 2019 08:01:53 +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 C3CC234655F for ; Thu, 20 Jun 2019 08:01:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 645435E6 for ; Thu, 20 Jun 2019 08:01:50 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1561017706.8fa1939e9863520bc28af945c9e0a1414ab4c2bb.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/mbrowse/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/mbrowse/mbrowse-0.4.3-r1.ebuild X-VCS-Directories: net-analyzer/mbrowse/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 8fa1939e9863520bc28af945c9e0a1414ab4c2bb X-VCS-Branch: master Date: Thu, 20 Jun 2019 08:01:50 +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: e4477ca6-b2e3-47fb-8bb9-52acd6d755ab X-Archives-Hash: 07fcdc74b861312473417ac4497d73ed commit: 8fa1939e9863520bc28af945c9e0a1414ab4c2bb Author: Jeroen Roovers gentoo org> AuthorDate: Thu Jun 20 08:01:05 2019 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Thu Jun 20 08:01:46 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fa1939e net-analyzer/mbrowse: Specify SNMP LIBDIR in configure call Package-Manager: Portage-2.3.67, Repoman-2.3.14 Bug: https://bugs.gentoo.org/680686 Signed-off-by: Jeroen Roovers gentoo.org> net-analyzer/mbrowse/mbrowse-0.4.3-r1.ebuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/net-analyzer/mbrowse/mbrowse-0.4.3-r1.ebuild b/net-analyzer/mbrowse/mbrowse-0.4.3-r1.ebuild index daa9bedf0c8..703e99ef3cc 100644 --- a/net-analyzer/mbrowse/mbrowse-0.4.3-r1.ebuild +++ b/net-analyzer/mbrowse/mbrowse-0.4.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -29,3 +29,8 @@ src_prepare() { acinclude.m4 || die eautoreconf } + +src_configure() { + econf \ + --with-snmp-lib="${EPREFIX}/usr/$(get_libdir)" +}