Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 405493 - >=dev-util/google-perftools-1.6 - add IUSE=static-libs support
Summary: >=dev-util/google-perftools-1.6 - add IUSE=static-libs support
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Diego Elio Pettenò (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-23 23:12 UTC by bzaborow
Modified: 2012-05-12 19:26 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description bzaborow 2012-02-23 23:12:04 UTC
All the ebuilds in portage (1.6, 1.7, 1.8.3 and 1.9) have hardcoded --disable-static configure option. They should set it depending on the 'static-libs' use flag.

Reproducible: Always

Steps to Reproduce:
1. USE="static-libs" emerge google-perftools
2. ls /usr/lib64/libtcmalloc.a
Actual Results:  
ls: cannot access /usr/lib64/libtcmalloc.a: No such file or directory


Expected Results:  
/usr/lib64/libtcmalloc.a
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2012-05-12 19:26:24 UTC
Do you have any particular reason for which we should be supporting the static libs configuration? Honestly I'd rather not open the door if there isn't a good reason to.

If you just need it locally, you can always use EXTRA_ECONF to --enable-static again.