From 5b4e2addae1184228c08807ad2593c0ea946bd47 Mon Sep 17 00:00:00 2001 From: Alexandre Janniaux Date: Mon, 25 Apr 2022 17:41:49 +0200 Subject: [PATCH] Makefile.am: dist missing libtool patch The patches were not added to the list of patches to be supplied with a make dist so were missing in the final archive. --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index 8d4cf5ad04..e3c5afe45c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -69,6 +69,8 @@ EXTRA_DIST += \ extras/tools/libtool-2.4.7-bitcode.patch \ extras/tools/libtool-2.4.7-clang-libs.patch \ extras/tools/libtool-2.4.7-response-files.patch \ + extras/tools/libtool-2.4.7-lpthread.patch \ + extras/tools/libtool-2.4.7-embed-bitcode.patch \ extras/tools/ragel-6.8-javacodegen.patch ###############################################################################