wok-6.x diff perl-xml-writer/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
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 | 6e8b1bcb30e2 |
children | 398d241fec75 |
line diff
1.1 --- a/perl-xml-writer/receipt Thu Jan 24 11:33:03 2019 +0100 1.2 +++ b/perl-xml-writer/receipt Sat May 25 14:09:45 2019 +0300 1.3 @@ -11,7 +11,7 @@ 1.4 SOURCE="XML-Writer" 1.5 TARBALL="$SOURCE-$VERSION.tar.gz" 1.6 WEB_SITE="https://metacpan.org/release/XML-Writer/" 1.7 -WGET_URL="http://search.cpan.org/CPAN/authors/id/J/JO/JOSEPHW/$TARBALL" 1.8 +WGET_URL="https://metacpan.org/CPAN/authors/id/J/JO/JOSEPHW/$TARBALL" 1.9 1.10 # Rules to configure and make the package. 1.11 compile_rules()