Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 170700 - sys-apps/fbset-2.1 static support
Summary: sys-apps/fbset-2.1 static support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-13 08:40 UTC by Nguyen Thai Ngoc Duy (RETIRED)
Modified: 2007-03-17 00:14 UTC (History)
0 users

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


Attachments
fbset-2.1-static.patch (fbset-2.1-static.patch,458 bytes, patch)
2007-03-13 08:41 UTC, Nguyen Thai Ngoc Duy (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nguyen Thai Ngoc Duy (RETIRED) gentoo-dev 2007-03-13 08:40:43 UTC
the following patch adds static support for fbset
Comment 1 Nguyen Thai Ngoc Duy (RETIRED) gentoo-dev 2007-03-13 08:41:24 UTC
Created attachment 113144 [details, diff]
fbset-2.1-static.patch
Comment 2 SpanKY gentoo-dev 2007-03-17 00:14:00 UTC
erm, you should never modify LDFLAGS directly ... you want this instead:
use static && append-ldflags -static

added to cvs