sys-process/lsof: make sure elibtoolize is applied

Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
This commit is contained in:
Eli Schwartz
2025-07-23 18:08:10 -04:00
parent d936467197
commit 316817f80c
2 changed files with 14 additions and 0 deletions

View File

@@ -3,6 +3,8 @@
EAPI=8
inherit libtool
MY_P="${P/-/_}"
DESCRIPTION="Lists open files for running Unix processes"
HOMEPAGE="https://github.com/lsof-org/lsof"
@@ -26,6 +28,11 @@ BDEPEND="
# Needs fixing first for sandbox
RESTRICT="test"
src_prepare() {
default
elibtoolize
}
src_configure() {
local myeconfargs=(
$(use_with rpc libtirpc)

View File

@@ -3,6 +3,8 @@
EAPI=8
inherit libtool
MY_P="${P/-/_}"
DESCRIPTION="Lists open files for running Unix processes"
HOMEPAGE="https://github.com/lsof-org/lsof"
@@ -26,6 +28,11 @@ BDEPEND="
# Needs fixing first for sandbox
RESTRICT="test"
src_prepare() {
default
elibtoolize
}
src_configure() {
local myeconfargs=(
$(use_with rpc libtirpc)