[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Error on dpkg-buildpackage



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



Reply to: