wok-stable diff pth/receipt @ rev 11386

Compat: ensure that pam WGET_URL is non-https. Otherwise tazwok can't download it at cook-toolchain time
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sat Dec 10 04:42:49 2011 +0100 (2011-12-10)
parents 2eda444acede
children b7319995b37e
line diff
     1.1 --- a/pth/receipt	Wed May 18 12:04:33 2011 +0200
     1.2 +++ b/pth/receipt	Sat Dec 10 04:42:49 2011 +0100
     1.3 @@ -9,7 +9,7 @@
     1.4  WEB_SITE="http://www.gnu.org/software/pth/"
     1.5  WGET_URL="ftp://ftp.ossp.org/pkg/lib/pth/$TARBALL" 
     1.6  
     1.7 -DEPENDS="libltld"
     1.8 +DEPENDS="libltdl"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()