| Bug#: 186304 | Product: Gentoo Linux | Version: unspecified | Platform: All |
| OS/Version: Linux | Status: RESOLVED | Severity: normal | Priority: P2 |
| Resolution: FIXED | Assigned To: crypto@gentoo.org | Reported By: ikelos@gentoo.org | |
| Component: Applications | |||
| URL: | |||
| Summary: net-wireless/wepdecrypt-0.8 fails with as-needed (patch included) | |||
| Keywords: | |||
| Status Whiteboard: | |||
| Opened: 2007-07-23 07:52 0000 | |||
| Description: | Opened: 2007-07-23 07:52 0000 |
Hiya, just a quick note to say that wepdecrypt builds the wkeygen file with the libraries listed before the wkeygen.c file. That means that --as-needed removes the libraries before they're referenced causing errors during the linking stage. The patch simply re-arranges where the $(LIBS) argument comes in the Makefile.
Created an attachment (id=125726) [details]
wepdecrypt-0.8-as-needed.patch
Ok, just committed the fix. Please re-open this bug if there are any problems with the patch... 5:)