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 <jer@gentoo.org>
This commit is contained in:
Jeroen Roovers
2019-06-20 10:01:05 +02:00
parent 22795f7a23
commit 8fa1939e98

View File

@@ -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)"
}