[pkg-opensc-commit] [libp11] 55/239: filter functions to be listed in windows *.def file.
Eric Dorland
eric at moszumanska.debian.org
Sat Oct 17 06:21:08 UTC 2015
This is an automated email from the git hooks/post-receive script.
eric pushed a commit to branch master
in repository libp11.
commit 93ebbab98b73359558d8da7b301bf7d9e94f3efb
Author: Andreas Jellinghaus <andreas at ionisiert.de>
Date: Tue Sep 20 13:01:38 2005 +0000
filter functions to be listed in windows *.def file.
---
src/makedef.pl | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/makedef.pl b/src/makedef.pl
index 2752f7a..430efe8 100644
--- a/src/makedef.pl
+++ b/src/makedef.pl
@@ -21,6 +21,8 @@ while(<DUMP>)
split;
$_ = $_[0];
+ next unless ($_ =~ /PKCS11/);
+
if(!/^\?\?_G/ && !/^\?\?_E/ && !/DllMain/)
{
# Stupid windows linker needs to have
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opensc/libp11.git
More information about the pkg-opensc-commit
mailing list