]> the.earth.li Git - onak.git/blobdiff - debian/rules
Set -std=gnu99 for Debian builds; stable has supported this now for ages
[onak.git] / 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