~ubuntu-branches/ubuntu/oneiric/openvpn/oneiric

« back to all changes in this revision

Viewing changes to install-win32/openssl/openssl098.patch

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2011-06-16 18:33:37 UTC
  • mfrom: (1.3.6 upstream)
  • mto: This revision was merged to the branch mainline in revision 46.
  • Revision ID: james.westby@ubuntu.com-20110616183337-etb3qgbwjkn8zniq
Tags: upstream-2.2.0
ImportĀ upstreamĀ versionĀ 2.2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
--- tmp/openssl-0.9.8h/ms/mw.bat        Sat Feb 22 11:00:10 2003
28
28
+++ openssl-0.9.8h/ms/mw.bat    Wed Jun  4 02:56:54 2008
29
29
@@ -1,17 +1,23 @@
30
 
 @rem OpenSSL with Mingw32
31
 
 @rem --------------------
32
 
 
 
30
 @rem OpenSSL with Mingw32
 
31
 @rem --------------------
 
32
 
33
33
+@rem Include MinGW, MSYS, and ActiveState Perl in path
34
34
+set PATH=c:\bin;C:\Perl\bin\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;c:\MinGW\bin;c:\msys\1.0\bin
35
35
+
36
 
 @rem Makefile
37
 
 perl util\mkfiles.pl >MINFO
38
 
-perl util\mk1mf.pl Mingw32 >ms\mingw32.mak
 
36
 @rem Makefile
 
37
 perl util\mkfiles.pl >MINFO
 
38
-perl util\mk1mf.pl Mingw32 >ms\mingw32.mak
39
39
+perl util\mk1mf.pl no-idea no-mdc2 no-rc5 Mingw32 >ms\mingw32.mak
40
40
+
41
 
 @rem DLL definition files
42
 
-perl util\mkdef.pl 32 libeay >ms\libeay32.def
 
41
 @rem DLL definition files
 
42
-perl util\mkdef.pl 32 libeay >ms\libeay32.def
43
43
+perl util\mkdef.pl no-idea no-mdc2 no-rc5 32 libeay >ms\libeay32.def
44
 
 if errorlevel 1 goto end
45
 
-perl util\mkdef.pl 32 ssleay >ms\ssleay32.def
 
44
 if errorlevel 1 goto end
 
45
-perl util\mkdef.pl 32 ssleay >ms\ssleay32.def
46
46
+perl util\mkdef.pl no-idea no-mdc2 no-rc5 32 ssleay >ms\ssleay32.def
47
 
 if errorlevel 1 goto end
48
 
 
49
 
 @rem Build the libraries
50
 
-make -f ms/mingw32.mak
 
47
 if errorlevel 1 goto end
 
48
 
 
49
 @rem Build the libraries
 
50
-make -f ms/mingw32.mak
51
51
+
52
52
+@rem JY added --win32
53
53
+make --win32 -f ms/mingw32.mak
54
 
 if errorlevel 1 goto end
55
 
 
56
 
 @rem Generate the DLLs and input libraries
 
54
 if errorlevel 1 goto end
 
55
 
 
56
 @rem Generate the DLLs and input libraries