To make it really useful, CFLAGS should go on the ./configure line, instead of $(MAKE) line in debian/rules:
./configure CFLAGS="$(CFLAGS)" \ --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man $(MAKE) Cheers, Cristian
To make it really useful, CFLAGS should go on the ./configure line, instead of $(MAKE) line in debian/rules:
./configure CFLAGS="$(CFLAGS)" \ --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man $(MAKE) Cheers, Cristian