wok diff pam/receipt @ rev 11441

up: sip 4.13
author Antoine Bodin <gokhlayeh@slitaz.org>
date Fri Dec 16 15:42:01 2011 +0100 (2011-12-16)
parents 658bcfcdf7ac
children 79d46277d7f9
line diff
     1.1 --- a/pam/receipt	Thu Nov 03 08:46:41 2011 +0100
     1.2 +++ b/pam/receipt	Fri Dec 16 15:42:01 2011 +0100
     1.3 @@ -8,10 +8,14 @@
     1.4  SOURCE="Linux-PAM"
     1.5  TARBALL="$SOURCE-$VERSION.tar.bz2"
     1.6  WEB_SITE="http://www.us.kernel.org/pub/linux/libs/pam/"
     1.7 -WGET_URL="https://fedorahosted.org/releases/l/i/linux-pam/$TARBALL"
     1.8 +# Download sources from a non-https mirror so that tazwok can
     1.9 +# cook the toolchain (pam is a build-depend of busybox).
    1.10 +# It's because at this moment tazwok doesn't have access to https
    1.11 +# compatible wget.
    1.12 +WGET_URL="http://gentoo.osuosl.org/distfiles/$TARBALL"
    1.13  
    1.14  DEPENDS="glibc-base libdb"
    1.15 -BUILD_DEPENDS="wget flex db db-dev"
    1.16 +BUILD_DEPENDS="flex db db-dev"
    1.17  
    1.18  # Rules to configure and make the package.
    1.19  compile_rules()