Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 81660 - iproute2 needs a berkdb USE flag
Summary: iproute2 needs a berkdb USE flag
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-11 13:03 UTC by Roy Marples (RETIRED)
Modified: 2005-02-11 19:42 UTC (History)
0 users

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


Attachments
adds berkdb USE flag (iproute.patch,762 bytes, patch)
2005-02-11 13:25 UTC, Roy Marples (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Roy Marples (RETIRED) gentoo-dev 2005-02-11 13:03:02 UTC
Currently iproute2 requires sys-libs/db unless the minimal USE flag is specified. However, this just installs tc and nothing else. Only arpd (part of iproute2) requires berkdb, so we needs a berkdb USE flag so we can built a system with iproute2 and without berkdb.

Also, sys-libs/db is in the system profile - why? Nothing in system has a hard dependancy on it.
Comment 1 Roy Marples (RETIRED) gentoo-dev 2005-02-11 13:25:44 UTC
Created attachment 51026 [details, diff]
adds berkdb USE flag


and disables arpd in the makefile when berkdb is not enabled
Comment 2 SpanKY gentoo-dev 2005-02-11 13:45:49 UTC
why must you make such complicated sed's ?

doesnt this work: -e '/^TARGETS=/s: arpd : :'
Comment 3 Roy Marples (RETIRED) gentoo-dev 2005-02-11 15:36:04 UTC
That works too :)

Guess my sed mojo isn't as mojoish as yours :/
Comment 4 SpanKY gentoo-dev 2005-02-11 19:42:04 UTC
added to both 2.6.10.* ebuilds