GNOME Bugzilla – Bug 754670
Mac OS X compilation fix
Last modified: 2015-09-07 17:37:20 UTC
The following fix is necessary to ensure compilation on Mac OS X Yosemite
Created attachment 310800 [details] [review] patch
Review of attachment 310800 [details] [review]: Looks good to me. I'd complain about shortlog summarizing benefit rather than change but hadess doesn't like that so i'll merge it.
Review of attachment 310800 [details] [review]: The commit log is incorrect though, as it doesn't explain why it fixes things.
Created attachment 310811 [details] [review] build: Fix compilation under MacOS X The MacOS X linker doesn't seem to like us exporting undefined symbols. Seeing as _geocode_parse_resolve_json doesn't exist any more, don't export it and fix MacOS X linking.
Thanks for merging in the patch!
I didn't merge anything yet. It needs reviewing.
Review of attachment 310811 [details] [review]: Looks fine to me! Thanks!
Attachment 310811 [details] pushed as 27345fc - build: Fix compilation under MacOS X