curl: rebuild with as-needed for shlibs.
This commit is contained in:
parent
09b6af325d
commit
142296749c
3 changed files with 3 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'curl-devel'.
|
# Template file for 'curl-devel'.
|
||||||
#
|
#
|
||||||
replaces="curl-devel<7.20.1"
|
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"
|
short_desc="The multiprotocol file transfer library - development files"
|
||||||
long_desc="
|
long_desc="
|
||||||
libcurl is a free and easy-to-use client-side URL transfer library,
|
libcurl is a free and easy-to-use client-side URL transfer library,
|
||||||
|
|
|
@ -1,12 +1,9 @@
|
||||||
libidn.so.11
|
libidn.so.11
|
||||||
|
liblber-2.4.so.2
|
||||||
libldap-2.4.so.2
|
libldap-2.4.so.2
|
||||||
librt.so.1
|
librt.so.1
|
||||||
libgssapi_krb5.so.2
|
libgssapi_krb5.so.2
|
||||||
libkrb5.so.3
|
|
||||||
libk5crypto.so.3
|
|
||||||
libcom_err.so.2
|
|
||||||
libssl.so.1
|
libssl.so.1
|
||||||
libcrypto.so.1
|
libcrypto.so.1
|
||||||
libz.so.1
|
libz.so.1
|
||||||
libc.so.6
|
libc.so.6
|
||||||
liblber-2.4.so.2
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template build file for 'curl'.
|
# Template build file for 'curl'.
|
||||||
pkgname=curl
|
pkgname=curl
|
||||||
version=7.27.0
|
version=7.27.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-ldaps --with-gssapi=/usr
|
configure_args="--enable-ldaps --with-gssapi=/usr
|
||||||
--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt"
|
--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue