Index: Makefile
===================================================================
--- Makefile (revision 127)
+++ Makefile (revision 128)
@@ -29,6 +29,7 @@
patches += $(CURDIR)/patches/binutils-2.40-libtool-lib64.patch
patches += $(CURDIR)/patches/binutils-2.40-no-config-check.patch
patches += $(CURDIR)/patches/binutils-2.40-sec-merge-emit.patch
+patches += $(CURDIR)/patches/binutils-2.40-zstd-for-build.patch
.NOTPARALLEL: $(patches)
@@ -79,6 +80,7 @@
( cd create-2.40-libtool-lib64-patch ; ./create.patch.sh ) ; \
( cd create-2.40-no-config-check-patch ; ./create.patch.sh ) ; \
( cd create-2.40-sec-merge-emit-patch ; ./create.patch.sh ) ; \
+ ( cd create-2.40-zstd-for-build-patch ; ./create.patch.sh ) ; \
echo -e "\n"
download_clean: