Several fixes to the debian package.
[deb_libcec.git] / debian / patches / exynos-dpkg.patch
index 5c1581b8aa9b7517265c3d54c7d276c0ac3c308e..279223fe5bc69562ff97d08ac2d5a5a27476736b 100644 (file)
@@ -1,8 +1,11 @@
 --- a/debian/rules
 +++ b/debian/rules
-@@ -6,3 +6,5 @@
+@@ -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