Bug#287157: #287157 - An example to this bug

2006-02-13 Thread Nelson A. de Oliveira
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi! Peter Eisentraut wrote: Nelson A. de Oliveira wrote: The makefile sets a CFLAGS containing this: CFLAGS = -I$(ZDIR) -I$(PNGDIR) -Wall $(CRELEASE) Since CDBS passes CFLAGS=-g -Wall -O2, it overrides the CFLAGS included on the source code,

Bug#287157: #287157 - An example to this bug

2006-02-10 Thread Peter Eisentraut
Nelson A. de Oliveira wrote: The makefile sets a CFLAGS containing this: CFLAGS = -I$(ZDIR) -I$(PNGDIR) -Wall $(CRELEASE) Since CDBS passes CFLAGS=-g -Wall -O2, it overrides the CFLAGS included on the source code, making the package fail to build. Makefiles written in this way are broken --

Bug#287157: #287157 - An example to this bug

2006-01-25 Thread Nelson A. de Oliveira
Hi! I reached this bug yesterday. If you could take a look at #349699, I have explained what happened to me. The makefile sets a CFLAGS containing this: CFLAGS = -I$(ZDIR) -I$(PNGDIR) -Wall $(CRELEASE) Since CDBS passes CFLAGS=-g -Wall -O2, it overrides the CFLAGS included on the source code,