Bug 128671 - obexfs-0.7 patch to compile with --as-needed
Bug#: 128671 Product:  Gentoo Linux Version: 2006.0 Platform: All
OS/Version: Linux Status: RESOLVED Severity: minor Priority: P2
Resolution: FIXED Assigned To: mobile-phone@gentoo.org Reported By: ikelos@gentoo.org
Component: Applications
URL: 
Summary: obexfs-0.7 patch to compile with --as-needed
Keywords:  
Status Whiteboard: 
Opened: 2006-04-03 11:24 0000
Description:   Opened: 2006-04-03 11:24 0000
Obexfs fails to compile properly with LDFLAGS="-Wl,--as-needed" because it
tries to link openobex before linking obexftp, and as such drops openobex first
and then fails to find symbols when linking in obexftp.  The patch simply
changes the re-ordering (don't forget to eautomake in the ebuild).

Patch to follow.

------- Comment #1 From Mike Auty 2006-04-03 11:24:50 0000 -------
Created an attachment (id=83824) [details]
obexfs-0.7-as-needed.patch

------- Comment #2 From Alin Năstac 2006-04-05 12:31:44 0000 -------
fixed in obexfs-0.8. thanks!