From c1656a68231fe41b9a8c5a86b697d95cc1171fd1 Mon Sep 17 00:00:00 2001 From: Mike Baker 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/openwrt@3265 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/openssl/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'package/openssl/Makefile') 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 \ -- cgit v1.2.3