Bug#777907: Patch for GCC5 build issue

2015-07-18 Thread gregor herrmann
On Wed, 15 Jul 2015 14:53:42 -0600, Nicholas Luedtke wrote: > Here's a fix for the GCC 5 build issue. Removed "extern" from > inline functions in hunt.h. The package builds and links with GCC 5 with > this change. I can confirm that the patch fixes the build failure with GCC 5. But now it fails i

Bug#777907: Patch for GCC5 build issue

2015-07-15 Thread Nicholas Luedtke
tags 777907 + patch thanks Here's a fix for the GCC 5 build issue. Removed "extern" from inline functions in hunt.h. The package builds and links with GCC 5 with this change. Upstream may prefer to move to C99 instead, please see section "Different semantics for inline functions" at https://gc