configs/make.conf.*: Add "bindist" to USE variable.
I thought I had committed this already. Since appliances/images may be distributed, we should have bindist set. It only took me nearly 5 years to fix this bug.
This commit is contained in:
parent
38352472d7
commit
e3836906f6
|
@ -2,7 +2,7 @@ CFLAGS="-Os -Qn -s"
|
|||
CXXFLAGS="-Os -Qn -s"
|
||||
CHOST="x86_64-pc-linux-gnu"
|
||||
MAKEOPTS="-j2"
|
||||
USE="-* nptl pam unicode"
|
||||
USE="-* nptl pam unicode bindist"
|
||||
ALSA_PCM_PLUGINS="*"
|
||||
CLEAN_DELAY="0"
|
||||
EMERGE_WARNING_DELAY="0"
|
||||
|
|
|
@ -2,7 +2,7 @@ CFLAGS="-Os -Qn -s"
|
|||
CXXFLAGS="-Os -Qn -s"
|
||||
CHOST="i686-pc-linux-gnu"
|
||||
MAKEOPTS="-j2"
|
||||
USE="-* nptl pam unicode"
|
||||
USE="-* nptl pam unicode bindist"
|
||||
ALSA_PCM_PLUGINS="*"
|
||||
CLEAN_DELAY="0"
|
||||
EMERGE_WARNING_DELAY="0"
|
||||
|
|
Loading…
Reference in New Issue