[or-cvs] r19965: {torbrowser} add libeay32.dll to the bundle to make Qt happy. (in torbrowser/trunk: . build-scripts)

phobos at seul.org phobos at seul.org
Thu Jul 9 18:12:05 UTC 2009


Author: phobos
Date: 2009-07-09 14:12:05 -0400 (Thu, 09 Jul 2009)
New Revision: 19965

Modified:
   torbrowser/trunk/README
   torbrowser/trunk/build-scripts/Makefile
Log:
add libeay32.dll to the bundle to make Qt happy.


Modified: torbrowser/trunk/README
===================================================================
--- torbrowser/trunk/README	2009-07-09 17:58:43 UTC (rev 19964)
+++ torbrowser/trunk/README	2009-07-09 18:12:05 UTC (rev 19965)
@@ -198,3 +198,4 @@
   Update Pidgin to 2.5.8
 
 1.2.4:
+  Include libeay32.dll from OpenSSL 0.9.8k to make QT happy

Modified: torbrowser/trunk/build-scripts/Makefile
===================================================================
--- torbrowser/trunk/build-scripts/Makefile	2009-07-09 17:58:43 UTC (rev 19964)
+++ torbrowser/trunk/build-scripts/Makefile	2009-07-09 18:12:05 UTC (rev 19965)
@@ -164,6 +164,7 @@
 	cp $(QT)/QtCore4.dll $(QT)/QtGui4.dll \
            $(QT)/QtNetwork4.dll $(QT)/QtXml4.dll $(APPDIR) 
 	cp $(OPENSSL)/ssleay32.dll $(APPDIR)
+	cp $(OPENSSL)/libeay32.dll $(APPDIR)
 	cp $(VIDALIA)/src/vidalia/vidalia.exe $(APPDIR)
 	cp $(POLIPO)/polipo.exe $(APPDIR)
 	cp $(TOR)/src/or/tor.exe $(TOR)/src/tools/tor-resolve.exe $(APPDIR)



More information about the tor-commits mailing list