| 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.
Created an attachment (id=83824) [details]
obexfs-0.7-as-needed.patch