Hi everyone,
Here's a fix for the build problem for nspr in mock:
http://github.com/amorilia/fedora-mingw/commit/1c143a5840bb15b11098edb7130ec...
It seems that the problem goes back all the way to AC_PROG_CC: when wine is installed, apparently AC_PROG_CC (mistakenly?) sets cross_compiler to false.
Additionally, here's a sync of the spec file with the native fedora one, and a few extra build patches:
http://github.com/amorilia/fedora-mingw/commit/19af2a48f6d2cc90009c581a7e8aa... http://github.com/amorilia/fedora-mingw/commit/629eb75b24e1755c92041b614b401... http://github.com/amorilia/fedora-mingw/commit/44031e8cf4d0149debeb97c0c833d...
Although the tests build, when running them under wine, many fail. I haven't investigated this further.
I don't plan to work on this anymore for the time being, so I'm simply throwing these patches here in case someone else would be interested. For quick reference, full spec file and patches:
http://github.com/amorilia/fedora-mingw/tree/master/nspr/
Yours, Amorilia
On 02/01/2010 10:22 PM, Amorilia wrote:
Here's a fix for the build problem for nspr in mock:
[snip]
I don't plan to work on this anymore for the time being, so I'm simply throwing these patches here in case someone else would be interested. For quick reference, full spec file and patches:
Nice work, Amorilia.
Would you be interested in getting it into the official Fedora repos? I don't really have much faith in it improving outside of the tree; it will most likely just bitrot and won't build again in a few months.
I'd volunteer to review the package and help you get it through the review queue if you want to submit it.
Thanks, Kalev