Created
May 16, 2013 03:27
-
-
Save laozhu/5589172 to your computer and use it in GitHub Desktop.
gentoo server make.conf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| CFLAGS="-march=corei7 -O2 -pipe" | |
| CXXFLAGS="${CFLAGS}" | |
| CHOST="x86_64-pc-linux-gnu" | |
| LINGUAS="en" | |
| ACCEPT_KEYWORDS="amd64" | |
| ACCEPT_LICENSE="* -@EULA" | |
| PORTAGE_NICENESS="15" | |
| USE_PYTHON="2.5 2.6 2.7 3.1 3.2" | |
| PYTHON_TARGETS="python2_5 python2_6 python2_7 python3_1 python3_2" | |
| PYTHON_SINGLE_TARGET="python3_2" | |
| USE="mmx sse sse2 sse3 ipv6 ssl vim-syntax bash-completion cjk python ruby sqlite | |
| sqlite3 -X -accessibility -gpm -cups -alsa -apache2 -mysql -branding -apm -cairo | |
| -fontconfig -truetype -dbus -doc -emacs -examples -gnome -gtk -kde -opengl -oss -qt4" | |
| NGINX_MODULES_HTTP="access auth_basic autoindex browser charset empty_gif geo gzip | |
| limit_conn limit_req map memcached proxy referer rewrite split_clients ssi upstream_ip_hash | |
| userid uwsgi geoip upload upload_progress fastcgi" | |
| NGINX_MODULES_MAIL="imap pop3 smtp" | |
| MAKEOPTS="-j5" | |
| GENTOO_MIRRORS="http://mirrors.163.com/gentoo/ | |
| http://mirrors.sohu.com/gentoo/ | |
| http://gentoo.osuosl.org/" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment