pereraa / iphone-dev

Automatically exported from code.google.com/p/iphone-dev
0 stars 0 forks source link

qsort_r patch for modern glibc versions in odcctools #172

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The order of params of qsort_r in glibc is different than the *bsd version
used in the odcctools. This results in segfaults in 'ld'. This patches
fixes the problem:

http://devs.openttd.org/~truebrain/compile-farm/odcctools_qsort.patch

I have no idea if odcctools is under any form of active development, but I
thought it would be nice to post it somewhere in the public :)

Original issue reported on code.google.com by patric.s...@gmail.com on 28 Mar 2009 at 1:19