From: Jonathan McDowell Date: Fri, 28 Dec 2007 22:38:29 +0000 (+0000) Subject: Set -std=gnu99 for Debian builds; stable has supported this now for ages X-Git-Tag: 0.3.4~2 X-Git-Url: http://the.earth.li/gitweb/?p=onak.git;a=commitdiff_plain;h=c09b6a0640a2c7ce00f9ce4c5bdd5bcd5695b841 Set -std=gnu99 for Debian builds; stable has supported this now for ages and it gives us a warning free compile. --- 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