From 624ee4574da1c5652a873d6b4046d38f02a1d68e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Van=C4=9Bk?= Date: Fri, 18 Jul 2025 16:06:59 +0200 Subject: [PATCH] net-analyzer/netdata-go-plugin: do not pre-strip the final binary MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/960282 Signed-off-by: Petr Vaněk --- ...-plugin-1.47.5.ebuild => netdata-go-plugin-1.47.5-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename net-analyzer/netdata-go-plugin/{netdata-go-plugin-1.47.5.ebuild => netdata-go-plugin-1.47.5-r1.ebuild} (96%) diff --git a/net-analyzer/netdata-go-plugin/netdata-go-plugin-1.47.5.ebuild b/net-analyzer/netdata-go-plugin/netdata-go-plugin-1.47.5-r1.ebuild similarity index 96% rename from net-analyzer/netdata-go-plugin/netdata-go-plugin-1.47.5.ebuild rename to net-analyzer/netdata-go-plugin/netdata-go-plugin-1.47.5-r1.ebuild index e7e75251c2549..f3c217c2cceda 100644 --- a/net-analyzer/netdata-go-plugin/netdata-go-plugin-1.47.5.ebuild +++ b/net-analyzer/netdata-go-plugin/netdata-go-plugin-1.47.5-r1.ebuild @@ -30,7 +30,7 @@ FILECAPS=( ) src_compile() { - LDFLAGS="-w -s -X main.version=${PV}-gentoo" + LDFLAGS="-X main.version=${PV}-gentoo" ego build -ldflags "${LDFLAGS}" "github.com/netdata/netdata/go/plugins/cmd/godplugin" }