From: Julien Cristau Date: Mon, 19 Dec 2005 12:28:52 +0000 (+0000) Subject: Define DEB_BUILD_ARCH in debian/rules X-Git-Tag: archive/raspbian/4.08.1-4+rpi1~3^2~684 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a8325dff7904e3b2cfe917bf0bd0bf95b3d9340a;p=ocaml.git Define DEB_BUILD_ARCH in debian/rules --- diff --git a/debian/rules b/debian/rules index 908d826c..e3ecb1a1 100755 --- a/debian/rules +++ b/debian/rules @@ -24,7 +24,7 @@ export DH_OPTIONS # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) - +DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH) CFLAGS = -Wall -g