From 4249bc8ddf7ee8f678b801d23ca13f628e1c40ec Mon Sep 17 00:00:00 2001 From: mbm Date: Thu, 23 Feb 2006 00:33:09 +0000 Subject: update openssl to 0.9.8 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3265 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- openwrt/package/openssl/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'openwrt/package/openssl/Makefile') diff --git a/openwrt/package/openssl/Makefile b/openwrt/package/openssl/Makefile index bc8b43c1d..f0b5431ad 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 \ -- cgit v1.2.3