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

Re: need help with bug #178837 (automake)



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.

-- 
Kind regards,
+--------------------------------------------------------------------+
| Bas Zoetekouw              | GPG key: 0644fab7                     |
|----------------------------| Fingerprint: c1f5 f24c d514 3fec 8bf6 |
| bas@o2w.nl, bas@debian.org |              a2b1 2bae e41f 0644 fab7 |
+--------------------------------------------------------------------+ 



Reply to: