mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
client: remove unused libcurl build dependency
The configure script checks for libcurl, but it is never actually used anywhere. https://fedorahosted.org/freeipa/ticket/6418 Reviewed-By: Petr Spacek <pspacek@redhat.com> Reviewed-By: Martin Basti <mbasti@redhat.com>
This commit is contained in:
parent
9b53423815
commit
9477e39b4b
@ -86,7 +86,6 @@ ipa_join_LDADD = \
|
|||||||
$(KRB5_LIBS) \
|
$(KRB5_LIBS) \
|
||||||
$(LDAP_LIBS) \
|
$(LDAP_LIBS) \
|
||||||
$(SASL_LIBS) \
|
$(SASL_LIBS) \
|
||||||
$(CURL_LIBS) \
|
|
||||||
$(XMLRPC_LIBS) \
|
$(XMLRPC_LIBS) \
|
||||||
$(POPT_LIBS) \
|
$(POPT_LIBS) \
|
||||||
$(LIBINTL_LIBS) \
|
$(LIBINTL_LIBS) \
|
||||||
|
@ -216,11 +216,6 @@ dnl - Check for SASL
|
|||||||
dnl ---------------------------------------------------------------------------
|
dnl ---------------------------------------------------------------------------
|
||||||
PKG_CHECK_MODULES([SASL], [libsasl2])
|
PKG_CHECK_MODULES([SASL], [libsasl2])
|
||||||
|
|
||||||
dnl ---------------------------------------------------------------------------
|
|
||||||
dnl - Check for CURL
|
|
||||||
dnl ---------------------------------------------------------------------------
|
|
||||||
PKG_CHECK_MODULES([CURL], [libcurl])
|
|
||||||
|
|
||||||
dnl ---------------------------------------------------------------------------
|
dnl ---------------------------------------------------------------------------
|
||||||
dnl - Check for XMLRPC-C
|
dnl - Check for XMLRPC-C
|
||||||
dnl ---------------------------------------------------------------------------
|
dnl ---------------------------------------------------------------------------
|
||||||
|
@ -44,7 +44,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|||||||
BuildRequires: openldap-devel
|
BuildRequires: openldap-devel
|
||||||
# 1.12: libkrad (http://krbdev.mit.edu/rt/Ticket/Display.html?id=7678)
|
# 1.12: libkrad (http://krbdev.mit.edu/rt/Ticket/Display.html?id=7678)
|
||||||
BuildRequires: krb5-devel >= 1.12
|
BuildRequires: krb5-devel >= 1.12
|
||||||
BuildRequires: libcurl-devel
|
|
||||||
# 1.27.4: xmlrpc_curl_xportparms.gssapi_delegation
|
# 1.27.4: xmlrpc_curl_xportparms.gssapi_delegation
|
||||||
BuildRequires: xmlrpc-c-devel >= 1.27.4
|
BuildRequires: xmlrpc-c-devel >= 1.27.4
|
||||||
BuildRequires: popt-devel
|
BuildRequires: popt-devel
|
||||||
|
Loading…
Reference in New Issue
Block a user