[РЕШЕНО]Сборка\установка PHP из portage со своими папаметрами. How to ??

Есть такая строка конфигурации для php:

Configure Command => './configure' '--sysconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr/include' '--libdir=/usr/lib' '--libexecdir=/usr/libexec' '--localstatedir=/var' '--sharedstatedir=/usr/com' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--cache-file=../config.cache' '--with-libdir=lib' '--with-config-file-path=/etc' '--with-config-file-scan-dir=/etc/php.d' '--disable-debug' '--with-libxml-dir=/usr/lib' '--with-openssl' '--with-pcre-regex' '--with-zlib' '--with-bz2' '--with-curl' '--with-gd' '--with-openssl-dir' '--enable-ftp' '--with-jpeg-dir=/usr' '--with-png-dir' '--with-xpm-dir' '--with-freetype-dir' '--enable-gd-native-ttf' '--with-gettext' '--enable-mbstring' '--with-mcrypt' '--with-mhash' '--with-mysql' '--with-zlib-dir' '--with-pdo-mysql' '--enable-sockets' '--with-pear' '--enable-zip' '--enable-sigchild' '--with-gettext' '--with-iconv-dir'

Большинство параметров есть в кач-ве USE-флагов ( смотрел equery u dev-lang/php ). Но как быть с , например,--with-gd или --with-pcre-regex ?? его нет в списле USE-флагов этого пакета. И как быть с , например, --sysconfdir=/etc ??

USE="gd pcre"

USE="gd pcre"

Не грусти, товарищ! Всё хорошо, beautiful good!

$ equery u php |grep

$ equery u php |grep gd
+gd

pcre входит в обязательные зависимости поэтому use-флага нет

--sysconfdir=/etc. читаем ебилд с выражением:

Make sure to migrate your config files, starting with php-5.3.4 and php-5.2.16 config files are now kept at /etc/php/{apache2,cli,cgi,fpm}-php5.x

стыдно спрашивать, но всё-же

стыдно спрашивать, но всё-же - как мне почитать ебилд ?? где он лежит ?

/usr/portage/dev-lang/php/php

/usr/portage/dev-lang/php/php-*.ebuild

Настройки просмотра комментариев

Выберите нужный метод показа комментариев и нажмите "Сохранить установки".