Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 363067

Summary: www-servers/nginx - too many USE flags enabled by default
Product: Gentoo Linux Reporter: Marcin Mirosław <bug>
Component: [OLD] ServerAssignee: Benedikt Böhm (RETIRED) <hollow>
Status: RESOLVED WONTFIX    
Severity: minor CC: dev-zero
Priority: Lowest    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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 ;)