[uClibc-cvs] svn commit: trunk/buildroot/package/openssl

vapier at uclibc.org vapier at uclibc.org
Mon Mar 21 02:35:50 UTC 2005


Author: vapier
Date: 2005-03-20 19:35:50 -0700 (Sun, 20 Mar 2005)
New Revision: 10050

Log:
Bug #172, LordApollyon writes: Add support for latest openssl 0.9.7e, This will update the version to download as well as one line of the patch which needed correcting.

Modified:
   trunk/buildroot/package/openssl/openssl.mk
   trunk/buildroot/package/openssl/openssl.patch


Changeset:
Modified: trunk/buildroot/package/openssl/openssl.mk
===================================================================
--- trunk/buildroot/package/openssl/openssl.mk	2005-03-21 02:35:10 UTC (rev 10049)
+++ trunk/buildroot/package/openssl/openssl.mk	2005-03-21 02:35:50 UTC (rev 10050)
@@ -5,7 +5,7 @@
 #############################################################
 
 # TARGETS
-OPENSSL_VER:=0.9.7d
+OPENSSL_VER:=0.9.7e
 OPENSSL_SITE:=http://www.openssl.org/source
 OPENSSL_SOURCE:=openssl-$(OPENSSL_VER).tar.gz
 OPENSSL_DIR:=$(BUILD_DIR)/openssl-$(OPENSSL_VER)

Modified: trunk/buildroot/package/openssl/openssl.patch
===================================================================
--- trunk/buildroot/package/openssl/openssl.patch	2005-03-21 02:35:10 UTC (rev 10049)
+++ trunk/buildroot/package/openssl/openssl.patch	2005-03-21 02:35:50 UTC (rev 10050)
@@ -51,8 +51,8 @@
 @@ -416,6 +451,7 @@
  
  # Linux on ARM
- "linux-elf-arm","gcc:-DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall::-D_REENTRANT:::BN_LLONG::::::::::dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
-+"linux-elf-armeb","gcc:-DB_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall::-D_REENTRANT:::BN_LLONG::::::::::dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
+ "linux-elf-arm","gcc:-DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall::-D_REENTRANT::-ldl:BN_LLONG::::::::::dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
++"linux-elf-armeb","gcc:-DB_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall::-D_REENTRANT::-ldl:BN_LLONG::::::::::dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
  
  # SCO/Caldera targets.
  #




More information about the uClibc-cvs mailing list