Summary: | net-firewall/ipset-2.4.2 does not respect LDFLAGS (patch provided) | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Olivier Huber <oli.huber> |
Component: | Current packages | Assignee: | Robin Johnson <robbat2> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | pva |
Priority: | High | ||
Version: | 2008.0 | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 331933 | ||
Attachments: |
patch proposal for the Makefile
patch proposal for the ebuild |
Description
Olivier Huber
2008-11-07 22:22:08 UTC
You should use LDDFLAGS="$(raw-ldflags)" instead of LDDFLAGS="${LDFLAGS//-Wl,}". (flag-o-matic.eclass should be inherited.) (In reply to comment #1) > You should use LDDFLAGS="$(raw-ldflags)" instead of > LDDFLAGS="${LDFLAGS//-Wl,}". > (flag-o-matic.eclass should be inherited.) > Thanks, this is exactly the function I was looking for. I'll repost updated patches. Created attachment 171183 [details, diff]
patch proposal for the Makefile
Created attachment 171185 [details, diff]
patch proposal for the ebuild
Thank you for report Olivier. Fixed in 2.4.7. |