> g++ -O2 -g -Wall -g -O2 -march=i686 -Wall -DSHAPE -Iusr/X11R6
Seems to me that adding the "ADDITIONAL_CFLAGS" to the $(MAKE)
invocation in debian/rules should fix this. It results in the following
compilation command:
g++ -O2 -g -Wall -DSHAPE -Iusr/X11R6
Thus, only the repeated -g and -O2 options and the wrong -march=i686
option are removed. This should be a pretty safe change.
I tried such a build on powerpc and it built properly. I don't have a
non-i386 machine to test this on, however.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]