Summary: | net-libs/opal-3.6.7 doesn't respect LDFLAGS (patch provided) | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Olivier Huber <oli.huber> |
Component: | Current packages | Assignee: | Mounir Lamouri (volkmar) (RETIRED) <volkmar> |
Status: | RESOLVED FIXED | ||
Severity: | QA | CC: | hwoarang, voip+disabled |
Priority: | High | Keywords: | Inclusion |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 331933 | ||
Attachments: |
patch
patch patch |
Description
Olivier Huber
2010-08-03 17:07:36 UTC
Created attachment 241285 [details, diff]
patch
I'm pretty sure there are more Makefile.in to fix in plugins/audio/ and plugins/video/, but I don't have all the USE flags enabled
Thanks for the patch. If you find time please provide a complete patch so we can fix it asap otherwise this bug will have to wait. Thanks :) Created attachment 241833 [details, diff]
patch
With this new patch, LDFLAGS are always respected. I've tested it with:
USE="audio capi celt doc dtmf examples fax ffmpeg h224 h281 h323 iax ipv6 ivr ixj java ldap lid plugins sbc sip sipim srtp ssl stats swig theora video vpb vxml wav x264 xml"
and USE="audio capi celt debug doc dtmf examples fax ffmpeg h224 h281 h323 iax ipv6 ivr ixj java ldap lid plugins sbc sip sipim srtp ssl stats swig theora video vpb vxml wav x264 xml".
Created attachment 241835 [details, diff]
patch
When I ran "grep '$(Q_LD)' -r . | grep -v LDFLAGS" in $S, I saw that there's one Makefile where LDFLAGS are ignored (in plugins/fax/fax_spandsp/). But it seems that no executable from this directory are installed, even when I enabled all the USE flags. I don't know whether this patch should be in the tree or not.
The patches are working with the new net-libs/opal-3.6.8 and they are still needed. Thank you Oliver. Fixed in 3.6.8-r1. |