wok-6.x rev 21619
gcc83-lib-base: revert to gcc-lib-base post install
Previous post-install rules don't work for me producing error:
error: C compiler cannot create executables
on the another plain build when I previously used gcc83 & gcc83-lib-base to compile my other package
Previous post-install rules don't work for me producing error:
error: C compiler cannot create executables
on the another plain build when I previously used gcc83 & gcc83-lib-base to compile my other package
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat May 25 14:09:45 2019 +0300 (2019-05-25) |
parents | 9b3e5f996086 |
children | e0471461f30e |
files | gcc83-lib-base/receipt |
line diff
1.1 --- a/gcc83-lib-base/receipt Fri May 24 19:05:22 2019 +0200 1.2 +++ b/gcc83-lib-base/receipt Sat May 25 14:09:45 2019 +0300 1.3 @@ -34,4 +34,6 @@ 1.4 ln -s libstdc++.so.8.*.* libstdc++.so 1.5 [ -s libgcc_s.so.1.prev ] && mv libgcc_s.so.1.prev libgcc_s.so.1 1.6 cd - >/dev/null 1.7 + 1.8 + tazpkg -gi gcc-lib-base --forced 1.9 }