]> the.earth.li Git - onak.git/commitdiff
Set -std=gnu99 for Debian builds; stable has supported this now for ages
authorJonathan McDowell <noodles@earth.li>
Fri, 28 Dec 2007 22:38:29 +0000 (22:38 +0000)
committerJonathan McDowell <noodles@earth.li>
Fri, 28 Dec 2007 22:38:29 +0000 (22:38 +0000)
and it gives us a warning free compile.

debian/rules

index 0874ec68bc7eecc197d14dbb7ce5aee8c1447f20..baac1267c1a5c82c021db6a3d2992d1221f75ef4 100755 (executable)
@@ -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