X-Git-Url: http://the.earth.li/gitweb/?a=blobdiff_plain;f=debian%2Frules;h=4c1e6ddde8697c297d35f676b7b4a045a116a568;hb=8e0907be1d73011075a99a0c029c56664e12843e;hp=298926fb5b11ea56e5a78c48c76481bfc5aded73;hpb=99916c3399f78fbfbfb0b2da2ac112b327269d51;p=onak.git diff --git a/debian/rules b/debian/rules index 298926f..4c1e6dd 100755 --- a/debian/rules +++ b/debian/rules @@ -1,11 +1,8 @@ #!/usr/bin/make -f -include /usr/share/cdbs/1/rules/debhelper.mk -include /usr/share/cdbs/1/class/autotools.mk - DEB_CONFIGURE_EXTRA_FLAGS += --enable-backend=dynamic -DEB_MAKE_INSTALL_TARGET := +CFLAGS += -std=gnu99 -# Woody doesn't like this of course -#CFLAGS += -std=gnu99 +%: + dh "$@" --with autoreconf