diff options
author | Tobias Krause <tkr@openoffice.org> | 2007-10-02 08:03:13 +0000 |
---|---|---|
committer | Tobias Krause <tkr@openoffice.org> | 2007-10-02 08:03:13 +0000 |
commit | 5c811d17334474945b173550564d89ed1be5d6dd (patch) | |
tree | 365d674a7c84afcaa9ac3eb3e9d4155e7afcbf4f /openssl/openssl.patch | |
parent | 1489095f3e1374a1da82460b442e8358cfd44f2a (diff) |
#31053# https webdav support
Diffstat (limited to 'openssl/openssl.patch')
-rw-r--r-- | openssl/openssl.patch | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/openssl/openssl.patch b/openssl/openssl.patch new file mode 100644 index 000000000000..20172aeac273 --- /dev/null +++ b/openssl/openssl.patch @@ -0,0 +1,31 @@ +--- misc/build/openssl-0.9.8e/ms/do_ms.bat 2005-05-17 02:07:13.000000000 +0200 ++++ misc/build/openssl-0.9.8e/ms/do_ms.bat 2007-08-23 15:04:58.218750000 +0200 +@@ -1,9 +1,8 @@ ++%1 util\mkfiles.pl >MINFO ++%1 util\mk1mf.pl no-asm VC-WIN32 >ms\nt.mak ++%1 util\mk1mf.pl dll no-asm VC-WIN32 >ms\ntdll.mak ++%1 util\mk1mf.pl no-asm VC-CE >ms\ce.mak ++%1 util\mk1mf.pl dll no-asm VC-CE >ms\cedll.mak + +-perl util\mkfiles.pl >MINFO +-perl util\mk1mf.pl no-asm VC-WIN32 >ms\nt.mak +-perl util\mk1mf.pl dll no-asm VC-WIN32 >ms\ntdll.mak +-perl util\mk1mf.pl no-asm VC-CE >ms\ce.mak +-perl util\mk1mf.pl dll no-asm VC-CE >ms\cedll.mak +- +-perl util\mkdef.pl 32 libeay > ms\libeay32.def +-perl util\mkdef.pl 32 ssleay > ms\ssleay32.def ++%1 util\mkdef.pl 32 libeay > ms\libeay32.def ++%1 util\mkdef.pl 32 ssleay > ms\ssleay32.def +--- misc/build/openssl-0.9.8e/util/mk1mf.pl 2006-11-30 14:04:43.000000000 +0100 ++++ misc/build/openssl-0.9.8e/util/mk1mf.pl 2007-10-02 09:12:46.343750000 +0200 +@@ -115,7 +115,7 @@ + $inc_def="outinc"; + $tmp_def="tmp"; + +-$perl="perl" unless defined $perl; ++$perl="$ENV{PERL}" unless defined $perl; + $mkdir="-mkdir" unless defined $mkdir; + + ($ssl,$crypto)=("ssl","crypto"); + |