X-Git-Url: https://git.piment-noir.org/?p=deb_libcec.git;a=blobdiff_plain;f=debian%2Frules;fp=debian%2Frules;h=ad1ff951a0c8be10e128cfbc0e76d67102b6a46c;hp=b4bd2b63b263b836b4388cd0d9c4ed9bc150a258;hb=d316a3c931aeeb50939213cd2880b4c59f57c824;hpb=586d23f626cb0304c1dbf29eab7b4ecb70068bfc diff --git a/debian/rules b/debian/rules index b4bd2b6..ad1ff95 100755 --- a/debian/rules +++ b/debian/rules @@ -6,3 +6,8 @@ %: dh $@ --parallel +DEB_HOST_ARCH=$(shell dpkg-architecture -qDEB_HOST_ARCH) +ifeq ($(DEB_HOST_ARCH),armhf) +override_dh_auto_configure: + dh_auto_configure -- --enable-exynos +endif