You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by "Timothy St. Clair (JIRA)" <ji...@apache.org> on 2014/06/26 19:41:26 UTC

[jira] [Assigned] (MESOS-895) Removal of libev patch

     [ https://issues.apache.org/jira/browse/MESOS-895?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Timothy St. Clair reassigned MESOS-895:
---------------------------------------

    Assignee: Timothy St. Clair

> Removal of libev patch
> ----------------------
>
>                 Key: MESOS-895
>                 URL: https://issues.apache.org/jira/browse/MESOS-895
>             Project: Mesos
>          Issue Type: Bug
>          Components: build, technical debt
>    Affects Versions: 0.17.0
>            Reporter: Timothy St. Clair
>            Assignee: Timothy St. Clair
>
> The libev patch can easily be removed and update the configuration flags and possibly the accompanying code prior to include.   
> For configure pass in: 
> CFLAGS=-DEV_CHILD_ENABLE=0
> For inclusion: 
> #define EV_CHILD_ENABLE 0
> include <ev.h>
> excerpt from maintainer: 
> <schmorp> that patch is unnecessary
> <tstclair> schmorp, so if they wanted to just set EV_CHILD_ENABLE=0 they could just pass CFLAGS=-DEV_CHILD_ENABLE=0  through.
> <schmorp> tstclair: yes, or use a wrapper



--
This message was sent by Atlassian JIRA
(v6.2#6252)