Last active
September 30, 2015 16:28
-
-
Save rkmathi/1826765 to your computer and use it in GitHub Desktop.
/etc/portage/make.conf for "Sakura VPS(v3) 2G"
This file contains 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
# For Gentoo/Linux on Sakura VPS(v3) 2G | |
CFLAGS="-march=native -O2 -pipe -fomit-frame-pointer" | |
CXXFLAGS="${CFLAGS}" | |
FFLAGS="${CFLAGS}" | |
FCFLAGS="${CFLAGS}" | |
CHOST="x86_64-pc-linux-gnu" | |
MAKEOPTS="-j4" | |
PORTDIR="/usr/portage" | |
DISTDIR="${PORTDIR}/distfiles" | |
PKGDIR="${PORTDIR}/packages" | |
FEATURES="-ccache -stricter parallel-fetch" | |
USE="-X -alsa -bluetooth -cdr -cups -dvd -ieee1394 -ios -ipod -ipv6 \ | |
-gimp -gnome -gtk -ldap -libnotify -kde -qt3 -qt4 \ | |
-selinux -sound -tk -videos -wifi -x264 -xorg \ | |
bash-completion bindict bzip2 cgi cjk cracklib crypt cscope curl dbus \ | |
fastcgi gd gif git gnutils grapviz gsl gzip iconv imagemagick imap \ | |
java javascript jpeg latex lzo mime mmx mysql mysqli \ | |
nls ocaml perl php png posix python raw readline ruby \ | |
sockets socks5 sqlite sqlite3 sse sse2 sse3 ssse3 ssl svg syslog \ | |
udev unicode vim-syntax webkit xml zlib zsh-completion" | |
GENTOO_MIRRORS="http://ftp.iij.ad.jp/pub/linux/gentoo/" | |
SYNC="rsync://rsync.jp.gentoo.org/gentoo-portage" | |
ACCEPT_LICENSE="*" | |
LINGUAS="en" | |
RUBY_TARGETS="ruby20" | |
PYTHON_TARGETS="python3_2 python2_7 pypy2_0" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment