wok-6.x diff perl-crypt-ssleay/receipt @ rev 20212
Force host arch to i486
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Feb 24 12:51:10 2018 +0100 (2018-02-24) |
parents | 2d12ebd38be4 |
children | 20661c276bcf |
line diff
1.1 --- a/perl-crypt-ssleay/receipt Fri Jun 07 18:46:07 2013 +0200 1.2 +++ b/perl-crypt-ssleay/receipt Sat Feb 24 12:51:10 2018 +0100 1.3 @@ -19,7 +19,7 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - cd $src 1.8 + sed -i 's|uname -m|echo i486|' Makefile.PL 1.9 yes '' | perl Makefile.PL --default && 1.10 make && 1.11 make DESTDIR=$DESTDIR install