wok diff tcc-x86_64/receipt @ 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
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat May 25 14:09:45 2019 +0300 (2019-05-25)
parents faca15849ae5
children
line diff
     1.1 --- a/tcc-x86_64/receipt	Thu Feb 01 15:13:15 2018 +0100
     1.2 +++ b/tcc-x86_64/receipt	Sat May 25 14:09:45 2019 +0300
     1.3 @@ -6,7 +6,7 @@
     1.4  SHORT_DESC="fast Tiny C cross Compiler to x86_64 target."
     1.5  MAINTAINER="pascal.bellard@slitaz.org"
     1.6  LICENSE="MIT LGPL2.1"
     1.7 -WEB_SITE="http://bellard.org/tcc/"
     1.8 +WEB_SITE="https://bellard.org/tcc/"
     1.9  DEPENDS="tcc-common"
    1.10  WANTED="tcc"
    1.11  TAGS="compiler C"