vlc/vlc-3.0 | branch: master | David Fuhrmann <[email protected]> | Wed Jun 17 19:09:19 2020 +0200| [4b868c8d61e4ed5131664ddd56bb85aec49cf488] | committer: David Fuhrmann
make dist: Include libtool-2.4.6-clang-libs.patch Fixes building from source tarball which was missing this file. > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=4b868c8d61e4ed5131664ddd56bb85aec49cf488 --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 3ac82623ad..ea37ccc0db 100644 --- a/Makefile.am +++ b/Makefile.am @@ -65,6 +65,7 @@ EXTRA_DIST += \ extras/tools/bison-macOS-c41f233c.patch \ extras/tools/libtool-2.4.2-bitcode.patch \ extras/tools/libtool-2.4.2-san.patch \ + extras/tools/libtool-2.4.6-clang-libs.patch \ extras/tools/ragel-6.8-javacodegen.patch ############################################################################### _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
