aboutsummaryrefslogtreecommitdiffstats
path: root/package/openssl/Makefile
diff options
context:
space:
mode:
authorMike Baker <mbm@openwrt.org>2006-02-23 00:33:09 +0000
committerMike Baker <mbm@openwrt.org>2006-02-23 00:33:09 +0000
commitc1656a68231fe41b9a8c5a86b697d95cc1171fd1 (patch)
treeb9a65cd5c66d7befdb6ded504ce32e4bedc4438c /package/openssl/Makefile
parent9c6f4e54fbb93e2ca036d4f93b64d59698d2e28b (diff)
downloadmaster-187ad058-c1656a68231fe41b9a8c5a86b697d95cc1171fd1.tar.gz
master-187ad058-c1656a68231fe41b9a8c5a86b697d95cc1171fd1.tar.bz2
master-187ad058-c1656a68231fe41b9a8c5a86b697d95cc1171fd1.zip
update openssl to 0.9.8
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3265 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/openssl/Makefile')
-rw-r--r--package/openssl/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/openssl/Makefile b/package/openssl/Makefile
index bc8b43c1dd..f0b5431ad6 100644
--- a/package/openssl/Makefile
+++ b/package/openssl/Makefile
@@ -3,9 +3,9 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=openssl
-PKG_VERSION:=0.9.7i
+PKG_VERSION:=0.9.8a
PKG_RELEASE:=1
-PKG_MD5SUM:=f69d82b206ff8bff9d0e721f97380b9e
+PKG_MD5SUM:=1d16c727c10185e4d694f87f5e424ee1
PKG_SOURCE_URL:=http://www.openssl.org/source/ \
ftp://ftp.funet.fi/pub/crypt/cryptography/libs/openssl/source/ \
@@ -28,7 +28,7 @@ $(PKG_BUILD_DIR)/.configured:
$(SED) 's,/CFLAG=,/CFLAG= $(TARGET_SOFT_FLOAT) ,g' $(PKG_BUILD_DIR)/Configure
(cd $(PKG_BUILD_DIR); \
PATH=$(TARGET_PATH) \
- ./Configure linux-$(ARCH) \
+ ./Configure linux-generic32 \
--prefix=/usr \
--openssldir=/etc/ssl \
-I$(STAGING_DIR)/usr/include \