Advertisement
Guest User

Untitled

a guest
Oct 8th, 2016
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.70 KB | None | 0 0
  1. CFLAGS="-O2 -pipe -march=native"
  2. CXXFLAGS="${CFLAGS}"
  3. # WARNING: Changing your CHOST is not something that should be done lightly.
  4. # Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing.
  5. CHOST="x86_64-pc-linux-gnu"
  6. # These are the USE flags that were used in addition to what is provided by the
  7. # profile used for building.
  8. USE="ssse3 openssl pdo vim-syntax -ipv6 apache2 imap -mysql iproute2 dovecot-sasl python winbind postgres logrotate kerberos samba sqlite vim-pager mmx sse sse2 sse3 sse4_1 sse4_2"
  9.  
  10. MAKEOPTS="-j15"
  11.  
  12. #SYNC="rsync://rsync.ru.gentoo.org/gentoo-portage"
  13.  
  14. #GENTOO_MIRRORS="http://gentoo.bloodhost.ru/"
  15. # http://mirror.yandex.ru/gentoo-distfiles/ ftp://mirror.yandex.ru/gentoo-distfiles/"
  16.  
  17. LINGUAS="ru_RU ru"
  18.  
  19. USE_PYTHON="2.7 3.4"
  20. PYTHON_TARGETS="python2_7 python3_4"
  21. PYTHON_SINGLE_TARGET="python3_4"
  22.  
  23. APACHE2_MODULES="dav actions alias auth_basic authz_host cgi cgid dir env mime mime_magic proxy proxy_connect proxy_ftp proxy_http vhost_alias asis auth_digest authn_alias authn_anon authn_dbd authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_owner authz_user autoindex cache cern_meta deflate disk_cache dumpio expires ext_filter file_cache filter ident imagemap info mem_cache proxy_ajp proxy_balancer rewrite speling status headers include log_config log_forensic logio negotiation setenvif substitute unique_id userdir usertrack version"
  24.  
  25. PHP_TARGETS="php5-6"
  26.  
  27. PORTDIR="/usr/portage"
  28.  
  29. EMERGE_DEFAULT_OPTS="--autounmask=y --autounmask-write"
  30.  
  31. GRUB_PLATFORMS="pc"
  32.  
  33. source /var/lib/layman/make.conf
  34. #for some local ebuilds to test, have to be after line for layman above!
  35. PORTDIR_OVERLAY="/usr/local/portage/ ${PORTDIR_OVERLAY}"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement