From c09b6a0640a2c7ce00f9ce4c5bdd5bcd5695b841 Mon Sep 17 00:00:00 2001
From: Jonathan McDowell <noodles@earth.li>
Date: Fri, 28 Dec 2007 22:38:29 +0000
Subject: [PATCH] Set -std=gnu99 for Debian builds; stable has supported this
 now for ages and it gives us a warning free compile.

---
 debian/rules | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 0874ec6..baac126 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,5 +5,4 @@ include /usr/share/cdbs/1/class/autotools.mk
 
 DEB_CONFIGURE_EXTRA_FLAGS += --enable-backend=dynamic
 
-# Woody doesn't like this of course
-#CFLAGS += -std=gnu99
+CFLAGS += -std=gnu99
-- 
2.39.5