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

Re: need help with bug #178837 (automake)



On Mon, Feb 03, 2003 at 09:23:39PM +0100, Bas Zoetekouw wrote:
> Hi Frank!
> 
> You wrote:
> 
> > Makefile.am now says
> [...]
> > CFLAGS  = -Wall -O3 `freetype-config --cflags` ${SDL_CFLAGS} ${BUMPREF_CFLAGS} `
> 
> > What do I have to change to be able to add -mieee on alpha, preferably
> > from debian/rules, or configure ?
> 
> If you change the above line in Makefile.am to 
> 
> | CFLAGS += -Wall -O3 `freetype-config --cflags` ${SDL_CFLAGS} ${BUMPREF_CFLAGS} `
> you can set CFLAGS=-mieee in the environment, and it will get
> picked up by the Makefile.  You could then simply put the Alpha test in
> debian/rules.

I tried that, it doesn't work. However, I just found out about
AM_CFLAGS, which looks like what I need.

Frank
> 
> -- 
> Kind regards,
> +--------------------------------------------------------------------+
> | Bas Zoetekouw              | GPG key: 0644fab7                     |
> |----------------------------| Fingerprint: c1f5 f24c d514 3fec 8bf6 |
> | bas@o2w.nl, bas@debian.org |              a2b1 2bae e41f 0644 fab7 |
> +--------------------------------------------------------------------+ 
> 
> 
> -- 
> To UNSUBSCRIBE, email to debian-mentors-request@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: