On Monday, October 03, 2011 18:11:57 Roland McGrath wrote: > Similar changes are already on the portable branch. > In releases, elfutils-portability.patch is generated from that branch.
i don't understand why it isn't just merged ? this isn't something that is
really all that complicated, in many cases the "portable" is pretty much the
same, and most distros are going to be applying this anyways ...
for example the math change:
-[eu_version=$[($eu_version + 999) / 1000]]
+eu_version=$(( (eu_version + 999) / 1000 ))
same # of forks, and same number of paren/brackets ...
> If you are building elfutils for a system distribution, you probably
> want to apply elfutils-robustify.patch (which is used on Fedora) too.
yeah, we used to apply that patch. seems it was dropped at some point in
Gentoo, but don't know why.
-mike
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ elfutils-devel mailing list [email protected] https://fedorahosted.org/mailman/listinfo/elfutils-devel
