Author: jfrederic.clere(a)jboss.com
Date: 2013-01-11 09:28:54 -0500 (Fri, 11 Jan 2013)
New Revision: 2988
Added:
trunk/build/patch/openssl-1.0.1c.patch
Log:
Add EXTRA_LIBS
Added: trunk/build/patch/openssl-1.0.1c.patch
===================================================================
--- trunk/build/patch/openssl-1.0.1c.patch (rev 0)
+++ trunk/build/patch/openssl-1.0.1c.patch 2013-01-11 14:28:54 UTC (rev 2988)
@@ -0,0 +1,10 @@
+--- ./util/pl/VC-32.pl 2013-01-11 15:23:27.442257591 +0100
++++ ./util/pl/VC-32.pl 2013-01-11 15:26:28.695290367 +0100
+@@ -178,6 +178,7 @@
+ # 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/);
++ $ex_libs.=' $(EXTRA_LIBS)'
+ }
+
+ # static library stuff