diff options
author | pks <pks@pks.rocks> | 2020-11-21 15:55:38 +0100 |
---|---|---|
committer | pks <pks@pks.rocks> | 2020-11-21 15:55:38 +0100 |
commit | b00f2d62a8dfb34bc693ea7d2f98dddf239afea6 (patch) | |
tree | fc2286f17d16adeb954330ea7169993198926f14 | |
parent | f4ca6f9daa73ab26b1522c28f08c9d52cc99d4a7 (diff) |
upgrade-gentoo: fix building of glibc
-rwxr-xr-x | upgrade-gentoo | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/upgrade-gentoo b/upgrade-gentoo index 548f34e..7fa2faa 100755 --- a/upgrade-gentoo +++ b/upgrade-gentoo @@ -15,6 +15,9 @@ if [[ $HOST == "bogues" ]]; then #mv /usr/portage_ /usr/portage fi +unset LD_LIBRARY_PATH +env-update + emaint --check all emaint --fix all emerge --sync |