Gentoo Archives: gentoo-user

From: Nikos Chantziaras <realnc@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: Recent changes to install procedure
Date: Sat, 03 Aug 2019 16:18:51
Message-Id: qi4c4u$3e62$1@blaine.gmane.org
In Reply to: Re: [gentoo-user] Recent changes to install procedure by Walter Dnes
1 On 03/08/2019 18:32, Walter Dnes wrote:
2 > So far so good. The basic system is installed and booting. One
3 > question... can I just set the "bindist" USE flag globally.
4 Usually you unset it globally. If you allow some of the packages to be
5 built with it, you're going to lose some functionality due to
6 redistribution legal nonsense. On a personal system where you install
7 packages without the intent to redistribute them to others, you want
8 that flag disabled globally.
9
10 For example in freetype you lose ClearType support. In Firefox it will
11 replace the logo and possibly the name with something else. Openssh will
12 disable patented algorithms.
13
14 Some packages will not fine-tune their performance to your CPU and
15 instead do generic optimizations.
16
17 TL;DR: you don't want to enable bindist. Better disable it globally.