wok diff cacerts/receipt @ rev 19179
sc-im: fix build
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jun 04 10:10:15 2016 +0200 (2016-06-04) |
parents | 7ea974b8da3a |
children | cfa2c2f63692 |
line diff
1.1 --- a/cacerts/receipt Thu Apr 30 03:52:25 2015 +0300 1.2 +++ b/cacerts/receipt Sat Jun 04 10:10:15 2016 +0200 1.3 @@ -10,6 +10,7 @@ 1.4 TARBALL="$PACKAGE-$VERSION.txt" 1.5 #WGET_URL="http://mxr.mozilla.org/mozilla/source/security/nss/lib/ckfw/builtins/certdata.txt?raw=1" 1.6 WGET_URL="http://anduin.linuxfromscratch.org/sources/other/certdata.txt" 1.7 +HOST_ARCH="any" 1.8 1.9 DEPENDS="openssl" 1.10 BUILD_DEPENDS="openssl" 1.11 @@ -34,6 +35,10 @@ 1.12 1.13 post_install() 1.14 { 1.15 + case "$1" in 1.16 + /cross*) return 1.17 + esac 1.18 + 1.19 echo "Rehash certificates:" 1.20 if [ -d "$1/$INSTALLED/perl" ]; then 1.21 chroot "$1/" c_rehash