curl: rebuild with as-needed for shlibs.
This commit is contained in:
parent
09b6af325d
commit
142296749c
|
@ -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,
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue