summaryrefslogtreecommitdiff
path: root/openwrt/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
commit79a8320a8af76637eec000563d5ecfaf60b8be9e (patch)
tree60aeac9446537b6540181b37b1427ab2290ece81 /openwrt/package/openssl/Makefile
parent066228e64ece7c7d1eea6435bf02446e411f536f (diff)
downloadmtk-20170518-79a8320a8af76637eec000563d5ecfaf60b8be9e.zip
mtk-20170518-79a8320a8af76637eec000563d5ecfaf60b8be9e.tar.gz
mtk-20170518-79a8320a8af76637eec000563d5ecfaf60b8be9e.tar.bz2
update openssl to 0.9.8
SVN-Revision: 3265
Diffstat (limited to 'openwrt/package/openssl/Makefile')
-rw-r--r--openwrt/package/openssl/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/openwrt/package/openssl/Makefile b/openwrt/package/openssl/Makefile
index bc8b43c..f0b5431 100644
--- a/openwrt/package/openssl/Makefile
+++ b/openwrt/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 \