[or-cvs] r16130: Correct openssl library builds for Qemu i386-softmmu fully v (torvm/trunk/build/kamikaze/patches)

coderman at seul.org coderman at seul.org
Wed Jul 23 09:17:10 UTC 2008


Author: coderman
Date: 2008-07-23 05:17:09 -0400 (Wed, 23 Jul 2008)
New Revision: 16130

Added:
   torvm/trunk/build/kamikaze/patches/000-kamikaze-mod-openssl-386.patch
Log:
Correct openssl library builds for Qemu i386-softmmu fully virtualized guest

Added: torvm/trunk/build/kamikaze/patches/000-kamikaze-mod-openssl-386.patch
===================================================================
--- torvm/trunk/build/kamikaze/patches/000-kamikaze-mod-openssl-386.patch	                        (rev 0)
+++ torvm/trunk/build/kamikaze/patches/000-kamikaze-mod-openssl-386.patch	2008-07-23 09:17:09 UTC (rev 16130)
@@ -0,0 +1,14 @@
+diff -Naur kamikaze-orig/package/openssl/Makefile kamikaze-mod/package/openssl/Makefile
+--- kamikaze-orig/package/openssl/Makefile	2008-07-13 16:02:14.664043000 +0000
++++ kamikaze-mod/package/openssl/Makefile	2008-07-23 11:06:00.285160859 +0000
+@@ -71,8 +71,8 @@
+ OPENSSL_OPTIONS:= shared no-ec no-err no-fips no-hw no-threads zlib-dynamic \
+ 					no-sse2 no-perlasm --with-cryptodev
+ else
+-OPENSSL_OPTIONS:= shared no-ec no-err no-fips no-hw no-threads zlib-dynamic \
+-					no-engines no-sse2 no-perlasm
++OPENSSL_OPTIONS:= shared no-ec no-err no-fips no-hw zlib-dynamic \
++					no-engines no-sse2 no-perlasm threads 386
+ endif
+ 
+ 



More information about the tor-commits mailing list