wok diff curl/receipt @ rev 11113

ptlib: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Oct 25 08:48:31 2011 +0200 (2011-10-25)
parents 1518333a0bc2
children 243c00e55fbc
line diff
     1.1 --- a/curl/receipt	Fri May 27 09:55:17 2011 +0200
     1.2 +++ b/curl/receipt	Tue Oct 25 08:48:31 2011 +0200
     1.3 @@ -9,8 +9,8 @@
     1.4  WEB_SITE="http://curl.haxx.se/"
     1.5  WGET_URL="http://curl.haxx.se/download/$TARBALL"
     1.6  
     1.7 -DEPENDS="libssl libcurl zlib"
     1.8 -BUILD_DEPENDS="openssl-dev"
     1.9 +DEPENDS="libssl libcurl zlib libidn"
    1.10 +BUILD_DEPENDS="openssl-dev libidn-dev"
    1.11  
    1.12  # Rules to configure and make the package.
    1.13  compile_rules()
    1.14 @@ -18,7 +18,6 @@
    1.15  	cd $src
    1.16  	./configure \
    1.17  		--disable-ldap \
    1.18 -		--without-libidn \
    1.19  		$CONFIGURE_ARGS &&
    1.20  	make && make install
    1.21  }