diff --git a/squashfs-tools.be0 b/squashfs-tools.be0 index 03d678938..feabe6f62 100755 --- a/squashfs-tools.be0 +++ b/squashfs-tools.be0 @@ -14,6 +14,10 @@ SRCURL[0]="https://github.com/plougher/squashfs-tools/archive/4.4.tar.gz" mee_build() { cd ${S}/squashfs-tools + sed -i Makefile \ + -e '/^#XZ_SUPPORT/ s/^#//' \ + -e '/^#LZO_SUPPORT/ s/^#//' \ + -e '/^#LZ4_SUPPORT/ s/^#//' make }