Summary: | sys-devel/gcc-config-1.3.12-r4 doesnt utilize $(get_libdir) | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Patrick McLean <chutzpah> |
Component: | [OLD] Development | Assignee: | Gentoo Toolchain Maintainers <toolchain> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | AMD64 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
This patch seems to fix the problem.
This should fixup libdir references, not sure if this is the proper way to do it |
Description
Patrick McLean
![]() Created attachment 74154 [details, diff]
This patch seems to fix the problem.
Created attachment 74158 [details, diff]
This should fixup libdir references, not sure if this is the proper way to do it
I am not sure if this is the proper way to do it, but this fixes up libdir
references in the script.
well, beside that multilib-strict doesn't hit it although it is a valid violation (probably because it contains 'gcc'?) and you should just run dosed "s:/lib/:/$(get_libdir)/:g" /usr/bin/${PN} instead of running dosed twice, I'd like to ask toolchain whether they think the patch is save to commit or not fixed in cvs |