On Tue, Feb 13, 2007 at 11:09:34AM +0100, Luis Cañas Díaz wrote: > I'm trying to build a Debian package using some extra CFLAGS (I download > the sources of the debian package and then build a package with > debuild). I've realised the gnome packages which have generic makefiles > don't respect my CFLAGS variable even if I call *debuild with the > --preserve-envvar* option.
Some of the GNOME packages were overriding the configure environment with its CDBS variable (something like DEB_CONFIGURE_ENV), not adding to it (i.e. using = as operator, not += or something), thus ignoring CFLAGS et al. Those should get fixed, so if you encounter this in a package in unstable or experimental, please file bugs if it is indeed this problem. Michael -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]