X-Git-Url: https://git.piment-noir.org/?p=deb_libcec.git;a=blobdiff_plain;f=debian%2Fpatches%2Fexynos-dpkg.patch;fp=debian%2Fpatches%2Fexynos-dpkg.patch;h=0000000000000000000000000000000000000000;hp=279223fe5bc69562ff97d08ac2d5a5a27476736b;hb=1f0601e16902dc2a020c027dcfee18d10f5ea2f9;hpb=c7811b86b80fb01034ca1dcfd487480522fd1d72 diff --git a/debian/patches/exynos-dpkg.patch b/debian/patches/exynos-dpkg.patch deleted file mode 100644 index 279223f..0000000 --- a/debian/patches/exynos-dpkg.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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