José Oliveira schrieb: > This is second package that I try to build and generates this exactly > error. what it must be made?
AFAIR, you have to change
CFLAGS=$(CFLAGS) ./configure [...]
to
CFLAGS="$(CFLAGS)" ./configure [...]
in debian/rules.
Ciao,
Eike

