On Tue, 12 Jan 2016 20:39:17 -0800 Steve Langasek <[email protected]> wrote:
> In Ubuntu, we've fixed this slightly differently than with the proposed > patch, by instead providing -latomic in the upstream Makefile.am. This > seems a little closer to upstreamable for this (upstream) bug, although > there will be platforms where -latomic doesn't exist, so it shouldn't be > unconditional as in this patch. > > Anyway, here is the full Ubuntu patch, which makes groonga buildable on all > architectures. > Hi, Thank you for feedback with patch! I agree with that the proposed patch solves the issue in most part, but there is one concern what is a good manner to solve this issue. In other words, it seems that there may be another better solution. Step 1. check specific platform really requires -latomic in configure.ac Step 2. apply -latomic in Makefile.am (like as your proposed patch does) Regards, -- HAYASHI Kentaro <[email protected]>

