diff options
| author | Jan Cholasta <jcholast@redhat.com> | 2016-08-24 13:31:36 +0200 |
|---|---|---|
| committer | David Kupka <dkupka@redhat.com> | 2016-10-24 14:11:08 +0200 |
| commit | 9477e39b4b267922dbdd86a65869f773d980df8e (patch) | |
| tree | b2c8d3720d250f02829ddb379515b32b0af9b02e | |
| parent | 9b534238157e003d2d7c3e1a7fd27531ab1dfd25 (diff) | |
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>
| -rw-r--r-- | client/Makefile.am | 1 | ||||
| -rw-r--r-- | configure.ac | 5 | ||||
| -rw-r--r-- | freeipa.spec.in | 1 |
3 files changed, 0 insertions, 7 deletions
diff --git a/client/Makefile.am b/client/Makefile.am index d5730aa04..30adafd38 100644 --- a/client/Makefile.am +++ b/client/Makefile.am @@ -86,7 +86,6 @@ ipa_join_LDADD = \ $(KRB5_LIBS) \ $(LDAP_LIBS) \ $(SASL_LIBS) \ - $(CURL_LIBS) \ $(XMLRPC_LIBS) \ $(POPT_LIBS) \ $(LIBINTL_LIBS) \ diff --git a/configure.ac b/configure.ac index 1f4865c7a..b9f424ea6 100644 --- a/configure.ac +++ b/configure.ac @@ -217,11 +217,6 @@ dnl --------------------------------------------------------------------------- PKG_CHECK_MODULES([SASL], [libsasl2]) dnl --------------------------------------------------------------------------- -dnl - Check for CURL -dnl --------------------------------------------------------------------------- -PKG_CHECK_MODULES([CURL], [libcurl]) - -dnl --------------------------------------------------------------------------- dnl - Check for XMLRPC-C dnl --------------------------------------------------------------------------- PKG_CHECK_MODULES([XMLRPC], [xmlrpc_client]) diff --git a/freeipa.spec.in b/freeipa.spec.in index debbdf1a5..036e76ecd 100644 --- a/freeipa.spec.in +++ b/freeipa.spec.in @@ -44,7 +44,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: openldap-devel # 1.12: libkrad (http://krbdev.mit.edu/rt/Ticket/Display.html?id=7678) BuildRequires: krb5-devel >= 1.12 -BuildRequires: libcurl-devel # 1.27.4: xmlrpc_curl_xportparms.gssapi_delegation BuildRequires: xmlrpc-c-devel >= 1.27.4 BuildRequires: popt-devel |
