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

Re: Error on dpkg-buildpackage



On Fri, Nov 07, 2003 at 05:12:29PM +0100, Eike Sauer wrote:
> 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.

Wouldn't

CFLAGS += .configure [...]

be a lot easier in most cases?


Regards: David
-- 
 /) David Weinehall <tao@acc.umu.se> /) Northern lights wander      (\
//  Maintainer of the v2.0 kernel   //  Dance across the winter sky //
\)  http://www.acc.umu.se/~tao/    (/   Full colour fire           (/



Reply to: