wok diff libkrb5support/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 051931e905b0
children de0af891e9d3
line diff
     1.1 --- a/libkrb5support/receipt	Fri Dec 06 10:39:07 2013 +0000
     1.2 +++ b/libkrb5support/receipt	Sat May 25 14:09:45 2019 +0300
     1.3 @@ -1,12 +1,13 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libkrb5support"
     1.7 -VERSION="1.10.3"
     1.8 +VERSION="1.17"
     1.9  CATEGORY="security"
    1.10  SHORT_DESC="Kerberos network authentication protocol support libraries."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="MIT"
    1.13 -WEB_SITE="http://web.mit.edu/Kerberos/"
    1.14 +WEB_SITE="https://web.mit.edu/kerberos/"
    1.15 +
    1.16  WANTED="krb5"
    1.17  
    1.18  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.19 @@ -18,4 +19,3 @@
    1.20  		cp -a $install$file $fs$dir
    1.21  	done < $wanted_stuff/$PACKAGE.files-list
    1.22  }
    1.23 -