Summary: | net-misc/oidc-agent-3.3.1 does not respect LDFLAGS for oidc-token and liboidc-agent.so | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
Component: | Current packages | Assignee: | Marek Szuba (RETIRED) <marecki> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | esigra |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 331933 | ||
Attachments: | build.log |
Description
Agostino Sarubbo
2020-09-07 06:05:55 UTC
Created attachment 658868 [details]
build.log
build log and emerge --info
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=141f1b5254fdbb263ba1d3a5697da791f359ffc7 commit 141f1b5254fdbb263ba1d3a5697da791f359ffc7 Author: Marek Szuba <marecki@gentoo.org> AuthorDate: 2020-09-07 14:30:53 +0000 Commit: Marek Szuba <marecki@gentoo.org> CommitDate: 2020-09-07 14:36:12 +0000 net-misc/oidc-agent: fix LDFLAGS propagation Upstream uses three different sets of linker flags: one for liboidc-agent.so (declared inline), one for oidc-token (CLIENT_LFLAGS) and one for everything else (LFLAGS). The previous version of the toolchain patch only injected LDFLAGS into the latter, hence QA warnings for the former two. Closes: https://bugs.gentoo.org/740778 Signed-off-by: Marek Szuba <marecki@gentoo.org> .../oidc-agent-3.3.1_makefile-toolchain-vars.patch | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) |