On Sun, Oct 24, 2010 at 15:59:43 -0400, Luke Faraone wrote:

> I've added the following:
>     DEB_BUILD_ARCH_OS := $(shell dpkg-architecture -qDEB_BUILD_ARCH_OS)
>     DEB_HOST_GNU_CPU := $(shell dpkg-architecture -qDEB_HOST_GNU_CPU)
> 
The usual way to do this is with ?= so that the environment takes
precedence (also the build architecture usually doesn't matter, so you
may want to double check that you didn't really want DEB_HOST_ARCH_OS
here).

Cheers,
Julien

Attachment: signature.asc
Description: Digital signature

_______________________________________________
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/python-modules-team

Reply via email to