tags 778124 + patch
thanks

Here's a fix for the GCC 5 build issue.

Long term, upstream should consider "Different semantics for inline
functions" at https://gcc.gnu.org/gcc-5/porting_to.html but it seems
there's no active upstream...

-- 
Martin Michlmayr
Linux for HP Helion OpenStack, Hewlett-Packard
--- a/debian/rules	2015-06-25 13:09:35.718247053 +0000
+++ b/debian/rules	2015-06-25 13:09:54.082247433 +0000
@@ -13,7 +13,7 @@
 DEB_INSTALL_CHANGELOGS_ALL = ChangeLog
 
 #CC        = gcc
-CFLAGS   += $(CPPFLAGS) -I. -DUSE_PPP -DUSE_MS_DNS -fno-strict-aliasing -Wno-unused
+CFLAGS   += $(CPPFLAGS) -I. -DUSE_PPP -DUSE_MS_DNS -fno-strict-aliasing -Wno-unused -std=gnu89
 PPPCFLAGS = $(CFLAGS)
 LDFLAGS += -Wl,--as-needed
 

Reply via email to