Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 402823 - net-wireless/wepdecrypt builds static gwepdecrypt
Summary: net-wireless/wepdecrypt builds static gwepdecrypt
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal
Assignee: Crypto team [DISABLED]
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2012-02-09 08:55 UTC by Adrian Bassett
Modified: 2012-12-21 23:25 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch files/wepdecrypt-0.8-fltk.patch to link src/gwepdecrypt dynamically (wepdecrypt-0.8-fltk.patch.patch,1.13 KB, patch)
2012-02-09 17:25 UTC, Jeroen Roovers (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adrian Bassett 2012-02-09 08:55:04 UTC
After upgrdading fltk (to 1.3.0-r1) and rebuilding packages that depend on it wepdecrypt (0.8-r1) failed to re-build until fltk was re-built with the static-libs USE flag.

The wepdecrypt ebuild should therefore be modified to force this requirement.



Reproducible: Always
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2012-02-09 17:14:03 UTC
src/Makefile:11:    $(FLTK) --compile gwepdecrypt.cpp

That's the culprit
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2012-02-09 17:25:48 UTC
Created attachment 301409 [details, diff]
Patch files/wepdecrypt-0.8-fltk.patch to link src/gwepdecrypt dynamically
Comment 3 Alon Bar-Lev (RETIRED) gentoo-dev 2012-12-21 23:25:18 UTC
wepdecrypt-0.8-r2 added, thanks!