From 5bdd93287770808c4100008b8b0b39c1a55bf098 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 26 Apr 2014 09:53:10 +0200 Subject: update to latest upstream --- package/polarssl/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'package/polarssl/Makefile') diff --git a/package/polarssl/Makefile b/package/polarssl/Makefile index 69bf76d9f..0fe24b6ad 100644 --- a/package/polarssl/Makefile +++ b/package/polarssl/Makefile @@ -4,13 +4,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:= polarssl -PKG_VERSION:= 1.2.8 +PKG_VERSION:= 1.3.6 PKG_RELEASE:= 1 -PKG_MD5SUM:= 985151639b1ca037293f06da44fbc6bc +PKG_MD5SUM:= 1245884d3e73150cfcc196f91de2b5c4 PKG_DESCR:= embedded SSL/TLS library PKG_SECTION:= libs PKG_URL:= https://polarssl.org/ -PKG_SITES:= http://www.openadk.org/distfiles/ +PKG_SITES:= https://polarssl.org/download/ PKG_LIBNAME:= libpolarssl PKG_OPTS:= dev @@ -21,7 +21,8 @@ include $(TOPDIR)/mk/package.mk $(eval $(call PKG_template,LIBPOLARSSL,libpolarssl,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS})) CONFIG_STYLE:= manual -ALL_TARGET:= no_test +ALL_TARGET:= lib +TARGET_CFLAGS+= -DSHARED libpolarssl-install: $(INSTALL_DIR) $(IDIR_LIBPOLARSSL)/usr/lib -- cgit v1.2.3