Merge pull request 'gcc fix boo#1204790' (#5) from lnussel/ring0_submodules:main into main
Reviewed-on: https://gitea.opensuse.org/mold/ring0_submodules/pulls/5
This commit is contained in:
commit
945558036c
@ -15,6 +15,8 @@ Macros:
|
|||||||
EOF
|
EOF
|
||||||
cat _config.factory _config.ring0 >> _config.new
|
cat _config.factory _config.ring0 >> _config.new
|
||||||
sed -i -e "/^RepoURL:/s,/tumbleweed,/history/$version/tumbleweed," _config.new
|
sed -i -e "/^RepoURL:/s,/tumbleweed,/history/$version/tumbleweed," _config.new
|
||||||
|
# boo#1204790
|
||||||
|
sed -i -e 's/glibc-devel-32bit.*/glibc-devel-32bit/' _config.new
|
||||||
|
|
||||||
if [ -e _config ] && cmp -s _config.new _config; then
|
if [ -e _config ] && cmp -s _config.new _config; then
|
||||||
rm _config.new
|
rm _config.new
|
||||||
|
Loading…
Reference in New Issue
Block a user