[Gpg4win-commits] [git] Gpg4win - branch, master, updated. gpg4win-3.1.5-7-g9287f54

by Andre Heinecke cvs at cvs.gnupg.org
Tue Feb 5 19:14:43 CET 2019


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GnuPG for Windows".

The branch, master has been updated
       via  9287f54fa366adf825dc1f2b2324901093fbdf76 (commit)
      from  c894300c154e9fa550c1efce9ded2580b6a94827 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 9287f54fa366adf825dc1f2b2324901093fbdf76
Author: Andre Heinecke <aheinecke at gnupg.org>
Date:   Tue Feb 5 18:14:19 2019 +0000

    Add dll find fallback for mingw from buster
    
    --

diff --git a/m4/gpg4win.m4 b/m4/gpg4win.m4
index cfb51fe..ec8ece2 100644
--- a/m4/gpg4win.m4
+++ b/m4/gpg4win.m4
@@ -790,7 +790,8 @@ AC_DEFUN([GPG4WIN_RUNTIME_LIBRARY],
         guesses="/usr/lib/gcc/$host/$gcc_major_minor/$1.dll
                  /usr/$host/lib/$1.dll
                  /usr/lib/gcc/$host/${gcc_major_minor}-win32/$1.dll
-                 /usr/lib/gcc/$host/${gcc_major_minor_alt}-win32/$1.dll"
+                 /usr/lib/gcc/$host/${gcc_major_minor_alt}-win32/$1.dll
+                 /usr/lib/gcc/$host/${gcc_major_minor_alt}/$1.dll"
 
         for file in $guesses; do
             if test -r "$file"; then

-----------------------------------------------------------------------

Summary of changes:
 m4/gpg4win.m4 | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
GnuPG for Windows
http://git.gnupg.org



More information about the Gpg4win-commits mailing list