curl: rebuild with as-needed for shlibs.

This commit is contained in:
Juan RP 2012-10-10 13:49:46 +02:00
parent 09b6af325d
commit 142296749c
3 changed files with 3 additions and 6 deletions

View file

@ -1,7 +1,7 @@
# Template file for 'curl-devel'.
#
replaces="curl-devel<7.20.1"
depends="libidn-devel openssl-devel libldap-devel mit-krb5-devel libcurl>=$version"
depends="libidn-devel openssl-devel libldap-devel mit-krb5-devel libcurl-${version}_${revision}"
short_desc="The multiprotocol file transfer library - development files"
long_desc="
libcurl is a free and easy-to-use client-side URL transfer library,

View file

@ -1,12 +1,9 @@
libidn.so.11
liblber-2.4.so.2
libldap-2.4.so.2
librt.so.1
libgssapi_krb5.so.2
libkrb5.so.3
libk5crypto.so.3
libcom_err.so.2
libssl.so.1
libcrypto.so.1
libz.so.1
libc.so.6
liblber-2.4.so.2

View file

@ -1,7 +1,7 @@
# Template build file for 'curl'.
pkgname=curl
version=7.27.0
revision=1
revision=2
build_style=gnu-configure
configure_args="--enable-ldaps --with-gssapi=/usr
--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt"