> The architecture-dependant build environments that are meant to be set
> up in debian/rules file are not actually set up. DEB_BUILD_ARCH
> variable is not anywhere in this file.
Actually, DEB_BUILD_ARCH is indeed set up correctly on my amd64. I
think it gets set by dpkg-architecture.
The problem was that for amd64, it used "OPTFLAGS=-g -O2 -DDEBIAN".
I just changed it to "OPTFLAGS=-O -DDEBIAN", just like all other
architectures. Now I get something that I can use.
Marc
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]