summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle K <kylek389@gmail.com>2021-03-17 12:50:01 -0500
committerKyle K <kylek389@gmail.com>2021-03-17 12:50:01 -0500
commit6412ae1560e4ccd506d801ebb012ef99ff2928d8 (patch)
tree77ec8e1838ba299b4370d86ff454d38b7fb40d3d
parentc55c3153a6409c500dae429e34940135aaf8ffd7 (diff)
downloadgentoox-6412ae1560e4ccd506d801ebb012ef99ff2928d8.tar.gz
gentoox-6412ae1560e4ccd506d801ebb012ef99ff2928d8.tar.bz2
gentoox-6412ae1560e4ccd506d801ebb012ef99ff2928d8.zip
disable LTO for dev-libs/libbsd in base build of .ISO to fix build failure, correct 1 small typo in 1st emerge command. This should do it, anybody should be able to boostrap their own fresh .ISO now
-rwxr-xr-xgentoox_build.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/gentoox_build.sh b/gentoox_build.sh
index cf0159c..05e9646 100755
--- a/gentoox_build.sh
+++ b/gentoox_build.sh
@@ -159,6 +159,7 @@ app-crypt/efitools nolto.conf
sys-libs/efivar nolto.conf
dev-libs/libaio nolto.conf
app-arch/bzip2 O3nolto.conf
+dev-libs/libbsd nolto.conf
media-libs/opencv O3nolto.conf' > /etc/portage/package.env
echo 'sys-devel/gcc graphite lto pgo zstd
@@ -204,7 +205,7 @@ echo 'sys-libs/glibc **' >> /etc/portage/package.accept_keywords
#emerge -v1 gcc # install latest gcc now that it has been unmasked
#emerge --autounmask=y --autounmask-write=y -veDN --with-bdeps=y --exclude gcc @world # rebuild entire system with new gcc
-emerge --autounmask=y --autounmask-write=y -vuDN --with-bdeps=y @world
+emerge --autounmask=y --autounmask-write=y -veDN --with-bdeps=y @world
emerge -v gentoo-sources genkernel portage-utils gentoolkit cpuid2cpuflags cryptsetup lvm2 mdadm dev-vcs/git btrfs-progs app-arch/lz4 ntfs3g dosfstools exfat-utils f2fs-tools gptfdisk efitools shim syslog-ng logrotate
emerge --noreplace app-editors/nano