From 57cddaf023af4049dc40867fdb71a49d044b973e Mon Sep 17 00:00:00 2001 From: Robert Nelson Date: Thu, 27 Jul 2006 06:46:51 +0000 Subject: [PATCH] Patch OpenSSL def file so Windows tool 'depends' works. git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3188 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/win32/patches/openssl.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/bacula/src/win32/patches/openssl.patch b/bacula/src/win32/patches/openssl.patch index 1be8fe1927..7667e262b0 100644 --- a/bacula/src/win32/patches/openssl.patch +++ b/bacula/src/win32/patches/openssl.patch @@ -295,3 +295,15 @@ Index: Makefile.shared link_app.cygwin: $(LINK_APP) +Index: util/mkdef.pl +--- ../tmp/openssl-0.9.8b/util/mkdef.pl 2006-01-02 06:08:22.000000000 -0800 ++++ ./util/mkdef.pl 2006-07-26 23:21:46.000000000 -0700 +@@ -1204,7 +1204,7 @@ + ; Definition file for the DLL version of the $name library from OpenSSL + ; + +-LIBRARY $libname $liboptions ++LIBRARY $libname.DLL $liboptions + + DESCRIPTION '$description' + -- 2.39.5