X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=debian%2Frules;h=ad1ff951a0c8be10e128cfbc0e76d67102b6a46c;hb=d316a3c931aeeb50939213cd2880b4c59f57c824;hp=e128074b76de03452c916ba3328306c47e925aa6;hpb=cbbe90dd5f76a5670d3eb8754fcbf47c16aab2b7;p=deb_libcec.git diff --git a/debian/rules b/debian/rules index e128074..ad1ff95 100755 --- a/debian/rules +++ b/debian/rules @@ -6,5 +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