From 5590fa26d1f7478d0cfb998e654fa162bf9bb6e9 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Mon, 2 Sep 2019 02:34:33 +0200 Subject: Some flags to prevent circular dependencies during bootstrap --- make.conf | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'make.conf') diff --git a/make.conf b/make.conf index f6ad83f..80c1649 100644 --- a/make.conf +++ b/make.conf @@ -15,12 +15,12 @@ MAKEOPTS="-j59 -l5" # Default 2-jobs per localhost and 4-jobs per other nodes (increase recommended only on 4-head systems) DISTCC_HOSTS="localhost ipepdvcompute4/16" -FEATURES="distcc splitdebug -test" +FEATURES="${FEATURES} distcc splitdebug -test" #ccache is reported to cause problems. #FEATURES="ccache buildpkg getbinpkg nostrip" #FEATURES="-collision-protect" -USE="-systemd -consolekit elogind -doc multislot eselect ccache pch dbus timezone syslog unicode nls icu rcc" +USE_SYSTEM="-systemd -consolekit elogind -doc multislot eselect ccache pch dbus timezone syslog unicode nls icu rcc" USE_GENERAL="utils tools script scripts scripting extensions extras applet plugins importers imaging rendering stream video audio sound encode printsupport extra archive" USE_CONSOLE="ncurses bash-completion fish-completion zsh-completion" USE_DEVEL="python -ruby -fortran profile profiling systemtap nptl threads ithreads ipc libffi exceptions pcre16 graphite jit vala glib introspection" @@ -43,7 +43,7 @@ USE_WEBSRV="apache2 mysql mysqli sqlite http" USE_GEO="fits geos gml hdf hdf5 netcdf ogdi garmin gps mapnik gdal openstreetmap" USE_EMU="qemu kvm vde spice usbredir rdp" USE_MON="iostats hddtemp weather-metar weather-xoap" -USE="$USE $USE_GENERAL $USE_MATH $USE_OFFICE $USE_GEO $USE_MON $USE_WEBSRV $USE_FORMATS $USE_SOUND $USE_X11 $USE_WEB $USE_VIDEO $USE_SUBTITLES $USE_EMU $USE_HARDWARE $USE_NETWORK $USE_DEVEL $USE_SECURITY $USE_DESKTOP $USE_CONSOLE $USE_GRAPHICS $USE_STREAMING $USE_ID3" +USE="$USE $USE_SYSTEM $USE_GENERAL $USE_MATH $USE_OFFICE $USE_GEO $USE_MON $USE_WEBSRV $USE_FORMATS $USE_SOUND $USE_X11 $USE_WEB $USE_VIDEO $USE_SUBTITLES $USE_EMU $USE_HARDWARE $USE_NETWORK $USE_DEVEL $USE_SECURITY $USE_DESKTOP $USE_CONSOLE $USE_GRAPHICS $USE_STREAMING $USE_ID3" ACCEPT_LICENSE="*" LINGUAS="en de ru" @@ -69,4 +69,3 @@ PORTDIR_OVERLAY="/usr/local/portage/ /Image/My/DarkLin/portage/ $PORTDIR_OVERLAY #GENTOO_MIRRORS="http://gentoo.intergenia.de" FETCHCOMMAND="/usr/bin/wget -t 5 -T 60 --passive-ftp --no-check-certificate -O \"\${DISTDIR}/\${FILE}\" \"\${URI}\"" - -- cgit v1.2.1