Bug#778055: Patch for GCC 5 build issue

2015-07-07 Thread Andrew Patterson
tags 778055 + patch
thanks

Here's a fix for the GCC 5 build issue.  It adds 'export CFLAGS =
-std=gnu89' to the rules file to use the GNU89 inline semantics.

I tested it with both gcc-5.0 and gcc-4.9.

-- 
Andrew Patterson
Hewlett-Packard

--- padevchooser-0.9.4/debian/rules.orig	2015-07-07 23:23:39.391825153 +
+++ padevchooser-0.9.4/debian/rules	2015-07-07 23:23:43.407882856 +
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+export CFLAGS = -std=gnu89
+
 %:
 	dh $@ --with autoreconf --parallel
 



Bug#778055: Patch for GCC 5 build issue

2015-07-07 Thread Andrew Patterson
tags  + patch

Here's a fix for the GCC 5 build issue.  It adds 'export CFLAGS =
-std=gnu89' to the rules file to use the GNU89 inline semantics.

I tested it with both gcc-5.0 and gcc-4.9.

-- 
Andrew Patterson
Hewlett-Packard
--- padevchooser-0.9.4/debian/rules.orig	2015-07-07 23:23:39.391825153 +
+++ padevchooser-0.9.4/debian/rules	2015-07-07 23:23:43.407882856 +
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+export CFLAGS = -std=gnu89
+
 %:
 	dh $@ --with autoreconf --parallel
 


Bug#778055: Patch for GCC 5 build issue

2015-07-07 Thread Andrew Patterson
tags 778055 + patch

Here's a fix for the GCC 5 build issue.  It adds 'export CFLAGS =
-std=gnu89' to the rules file to use the GNU89 inline semantics.

I tested it with both gcc-5.0 and gcc-4.9.

-- 
Andrew Patterson
Hewlett-Packard

--- padevchooser-0.9.4/debian/rules.orig	2015-07-07 23:23:39.391825153 +
+++ padevchooser-0.9.4/debian/rules	2015-07-07 23:23:43.407882856 +
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+export CFLAGS = -std=gnu89
+
 %:
 	dh $@ --with autoreconf --parallel