[
https://issues.apache.org/jira/browse/MESOS-895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13881150#comment-13881150
]
Timothy St. Clair commented on MESOS-895:
-----------------------------------------
So the resolution that we are thinking about making in our channels is to
convert libev to a CopyLib
(https://fedoraproject.org/wiki/Packaging:No_Bundled_Libraries#Copylibs) b/c
the theme is consistent across almost every package that uses it.
[~benjaminhindman] this would make 1st statement null, but would force every
package to rebuild/rebundle.
I'll have to think about how to translate this in the build mechanics on my
end, but that would enable mesos to remove it's patch in favor of CFLAGS.
> Removal of libev patch
> ----------------------
>
> Key: MESOS-895
> URL: https://issues.apache.org/jira/browse/MESOS-895
> Project: Mesos
> Issue Type: Bug
> Components: build
> Affects Versions: 0.17.0
> Reporter: 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.1.5#6160)