[Pkg-gnupg-commit] [libassuan] 301/437: Fix DLL creation.

Eric Dorland eric at moszumanska.debian.org
Fri May 22 05:33:56 UTC 2015


This is an automated email from the git hooks/post-receive script.

eric pushed a commit to branch master
in repository libassuan.

commit 3c85529ffac37cd126cfac860d629040012c51c5
Author: Werner Koch <wk at gnupg.org>
Date:   Thu Feb 25 13:03:16 2010 +0000

    Fix DLL creation.
---
 ChangeLog     |  5 +++++
 m4/libtool.m4 | 11 +++++++++++
 2 files changed, 16 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 50f499f..39a01c5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-02-25  Werner Koch  <wk at g10code.com>
+
+	* m4/libtool.m4 (_LT_CHECK_MAGIC_METHOD): Fix for non x86 mingw
+	targets.
+
 2010-02-24  Werner Koch  <wk at g10code.com>
 
 	* tests/ce-server.c: New.
diff --git a/m4/libtool.m4 b/m4/libtool.m4
index 2ca1c1f..84f334f 100644
--- a/m4/libtool.m4
+++ b/m4/libtool.m4
@@ -3007,6 +3007,17 @@ cygwin*)
   lt_cv_file_magic_cmd='func_win32_libid'
   ;;
 
+
+mingw32ce*)
+  # Windows CE is often used with non-x86 platforms and thus the below
+  # mingw and cegcc checks don't work.  It would be possible to
+  # support other architectures in these checks.  However x86 is pretty
+  # hard coded and changing this would require quite some tests on all
+  # the platforms to be sure not to break something.  Thus we take the
+  # easy way out and don't check at all.
+  lt_cv_deplibs_check_method=pass_all
+  ;;
+
 mingw* | pw32*)
   # Base MSYS/MinGW do not provide the 'file' command needed by
   # func_win32_libid shell function, so use a weaker test based on 'objdump',

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/libassuan.git



More information about the Pkg-gnupg-commit mailing list