Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 363067 - www-servers/nginx - too many USE flags enabled by default
Summary: www-servers/nginx - too many USE flags enabled by default
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All Linux
: Lowest minor
Assignee: Benedikt Böhm (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-11 10:27 UTC by Marcin Mirosław
Modified: 2011-04-12 08:05 UTC (History)
1 user (show)

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 Marcin Mirosław 2011-04-11 10:27:02 UTC
I'm noticing devs set (with +) too many USE flags in ebuild (imho:) ).
I think flags aren't neccessary to run nginx in simple configuration:
- geo
- fastcgi
- ssi
- memcached
- browser
- empty_gif
- limit_req
- limit_zone
- referer
- scgi
- uwsgi

I know i can add "-<some_use_flag>" but i think the better way is:
I need FOO so i add "+FOO" to make.conf
If i don't know know what i need i don't need any USE flag (or i need to pay sysadmin ;) ).
Comment 1 Benedikt Böhm (RETIRED) gentoo-dev 2011-04-12 05:31:33 UTC
we follow the upstream default modules ...
Comment 2 Marcin Mirosław 2011-04-12 08:05:11 UTC
Sometimes i can see gentoo doesn't follow upstream default CFLAGS ;)