gnucash-on-windows master: Install mingw-libtool instead of msys-libtool because the latter lacks libltdl.

John Ralls jralls at code.gnucash.org
Sun Aug 13 15:34:24 EDT 2017


Updated	 via  https://github.com/Gnucash/gnucash-on-windows/commit/13536fb1 (commit)
	from  https://github.com/Gnucash/gnucash-on-windows/commit/3f25ce7d (commit)



commit 13536fb122c1a0f2fb671a5d537e7df17aba8b75
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Aug 13 22:34:14 2017 +0300

    Install mingw-libtool instead of msys-libtool because the latter lacks libltdl.

diff --git a/setup-mingw64.ps1 b/setup-mingw64.ps1
index fdad0a9..ba3cec3 100644
--- a/setup-mingw64.ps1
+++ b/setup-mingw64.ps1
@@ -193,9 +193,9 @@ bash-command -command "pacman -Syuu --noconfirm"
 
 # Set up aliases for the parts of msys-devtools and mingw-w64-toolchain that
 # we need:
-$devel = "asciidoc autoconf autoconf2.13 autogen automake-wrapper automake1.10 automake1.11 automake1.12 automake1.13 automake1.14 automake1.15 automake1.6 automake1.7 automake1.8 automake1.9 bison cmake diffstat diffutils dos2unix file flex gawk gettext gettext-devel gperf grep groff intltool libtool m4 make man-db pacman pactoys-git patch patchutils perl pkg-config sed swig texinfo texinfo-tex wget xmlto git jhbuild-git texinfo"
+$devel = "asciidoc autoconf autoconf2.13 autogen automake-wrapper automake1.10 automake1.11 automake1.12 automake1.13 automake1.14 automake1.15 automake1.6 automake1.7 automake1.8 automake1.9 bison cmake diffstat diffutils dos2unix file flex gawk gettext gettext-devel gperf grep groff intltool m4 make man-db pacman pactoys-git patch patchutils perl pkg-config sed swig texinfo texinfo-tex wget xmlto git jhbuild-git texinfo"
 
-$toolchain = "binutils crt-git gcc gcc-libs gdb headers-git libmangle-git libwinpthread-git make pkg-config tools-git winpthreads-git"
+$toolchain = "binutils crt-git gcc gcc-libs gdb headers-git libmangle-git libtool libwinpthread-git make pkg-config tools-git winpthreads-git"
 
 
 # Note that webkitgtk3 will pull in gtk3 automatically; we need gtk2 as well to



Summary of changes:
 setup-mingw64.ps1 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)



More information about the gnucash-changes mailing list