projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22795f7
)
net-analyzer/mbrowse: Specify SNMP LIBDIR in configure call
author
Jeroen Roovers
<jer@gentoo.org>
Thu, 20 Jun 2019 08:01:05 +0000
(10:01 +0200)
committer
Jeroen Roovers
<jer@gentoo.org>
Thu, 20 Jun 2019 08:01:46 +0000
(10:01 +0200)
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Bug: https://bugs.gentoo.org/680686
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
net-analyzer/mbrowse/mbrowse-0.4.3-r1.ebuild
patch
|
blob
|
history
diff --git
a/net-analyzer/mbrowse/mbrowse-0.4.3-r1.ebuild
b/net-analyzer/mbrowse/mbrowse-0.4.3-r1.ebuild
index daa9bedf0c8a890c24da3905705f5e518e0bb22e..703e99ef3ccb71291f7fa6bd46567960419acaa6 100644
(file)
--- 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-201
8 Gentoo Foundation
+# Copyright 1999-201
9 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)"
+}