Author: mturk
Date: Thu Feb 23 14:31:58 2012
New Revision: 1292816
URL: http://svn.apache.org/viewvc?rev=1292816&view=rev
Log:
Fix missing semicolon in patch file
Modified:
tomcat/native/branches/1.1.x/native/srclib/openssl/openssl-msvcrt.patch
Modified:
tomcat/native/branches/1.1.x/native/srclib/openssl/openssl-msvcrt.patch
URL:
http://svn.apache.org/viewvc/tomcat/native/branches/1.1.x/native/srclib/openssl/openssl-msvcrt.patch?rev=1292816&r1=1292815&r2=1292816&view=diff
==============================================================================
--- tomcat/native/branches/1.1.x/native/srclib/openssl/openssl-msvcrt.patch
(original)
+++ tomcat/native/branches/1.1.x/native/srclib/openssl/openssl-msvcrt.patch Thu
Feb 23 14:31:58 2012
@@ -22,7 +22,7 @@
{
$ex_libs.=' gdi32.lib advapi32.lib crypt32.lib user32.lib';
$ex_libs.=' bufferoverflowu.lib' if ($FLAVOR =~ /WIN64/ and `cl 2>&1`
=~ /14\.00\.4[0-9]{4}\./);
-+ $ex_libs.=' $(EXTRA_LIBS)'
++ $ex_libs.=' $(EXTRA_LIBS)';
# WIN32 UNICODE build gets linked with unicows.lib for
# backward compatibility with Win9x.
$ex_libs="unicows.lib $ex_libs" if ($FLAVOR =~ /WIN32/ and $cflags =~
/\-DUNICODE/);
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]