wok diff curl/receipt @ rev 11079
Up: claws-mail to 3.7.10.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon Oct 17 01:53:57 2011 +0000 (2011-10-17) |
parents | 1518333a0bc2 |
children | 243c00e55fbc |
line diff
1.1 --- a/curl/receipt Fri May 27 09:55:17 2011 +0200 1.2 +++ b/curl/receipt Mon Oct 17 01:53:57 2011 +0000 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 }