[
https://issues.apache.org/jira/browse/GEODE-2814?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15997089#comment-15997089
]
ASF GitHub Bot commented on GEODE-2814:
---------------------------------------
GitHub user gemfire-ci opened a pull request:
https://github.com/apache/geode-native/pull/96
GEODE-2814 Remove curl dependency from native client build
Signed-off-by: Scott Jewell <[email protected]>
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apache/geode-native GEODE-2814
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/geode-native/pull/96.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #96
----
commit 1b93cd9a05272c644dad622b171bdbc46eaca474
Author: Dick Cavender <[email protected]>
Date: 2017-04-24T17:37:59Z
GEODE-2814 Remove curl dependency from native client build
Signed-off-by: Scott Jewell <[email protected]>
----
> Native client test framework uses Xerces which depends on Curl
> --------------------------------------------------------------
>
> Key: GEODE-2814
> URL: https://issues.apache.org/jira/browse/GEODE-2814
> Project: Geode
> Issue Type: Improvement
> Components: native client
> Reporter: Jens Deppe
> Fix For: 1.1.1
>
>
> The native client driver uses Xerces which is being built with a dependency
> on Curl. This can cause link problems due to availability of compatible
> version
> of Curl being available. Curl is not utilized by the Framework/Xerces and can
> be built without Curl. Removing Curl dependency will avoid potential problems
> in the future.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)