From 69ad20f8c79f48eda2e748332811ebccde382acf Mon Sep 17 00:00:00 2001 From: Matthias Schwarzott Date: Thu, 23 Jan 2025 16:52:02 +0100 Subject: [PATCH] dev-util/pahole: Remove obsolete cmake variable __LIB Closes: https://bugs.gentoo.org/948597 Signed-off-by: Matthias Schwarzott --- dev-util/pahole/pahole-1.29.ebuild | 5 ----- dev-util/pahole/pahole-9999.ebuild | 5 ----- 2 files changed, 10 deletions(-) diff --git a/dev-util/pahole/pahole-1.29.ebuild b/dev-util/pahole/pahole-1.29.ebuild index 434548dc9c192..6996620bd84d0 100644 --- a/dev-util/pahole/pahole-1.29.ebuild +++ b/dev-util/pahole/pahole-1.29.ebuild @@ -71,8 +71,3 @@ src_prepare() { cmake_src_prepare python_fix_shebang ostra/ostra-cg ostra/python/ostra.py } - -src_configure() { - local mycmakeargs=( "-D__LIB=$(get_libdir)" ) - cmake_src_configure -} diff --git a/dev-util/pahole/pahole-9999.ebuild b/dev-util/pahole/pahole-9999.ebuild index 434548dc9c192..6996620bd84d0 100644 --- a/dev-util/pahole/pahole-9999.ebuild +++ b/dev-util/pahole/pahole-9999.ebuild @@ -71,8 +71,3 @@ src_prepare() { cmake_src_prepare python_fix_shebang ostra/ostra-cg ostra/python/ostra.py } - -src_configure() { - local mycmakeargs=( "-D__LIB=$(get_libdir)" ) - cmake_src_configure -}