tags 778169 + patch
thanks

Here's a fix for the GCC 5 build issue.  I added 'export CFLAGS =
-std=gnu89' to the rules file to use the GNU89 inline semantics.
Upstream may prefer to move to C99 instead, please see section
"Different semantics for inline functions" at
https://gcc.gnu.org/gcc-5/porting_to.html for more background.

--
Betty Dall
Linux for HP Helion OpenStack, Hewlett-Packard
--- wizznic-0.9.2-preview2+dfsg/debian/rules.orig       2015-07-01 15:14:42.091337805 +0000
+++ wizznic-0.9.2-preview2+dfsg/debian/rules    2015-07-01 15:00:14.455349596 +0000
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f

+export CFLAGS = -std=gnu89
+
 %:
        dh $@

Reply via email to