From 67bf89324daee71e0326e92b00f8de301eff06c0 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Mon, 30 Mar 2015 13:17:27 +0000 Subject: [PATCH] ustream-ssl: properly handle return codes Signed-off-by: John Crispin SVN-Revision: 45157 --- package/libs/ustream-ssl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/libs/ustream-ssl/Makefile b/package/libs/ustream-ssl/Makefile index 65a1be9f62..57777a0bbe 100644 --- a/package/libs/ustream-ssl/Makefile +++ b/package/libs/ustream-ssl/Makefile @@ -1,13 +1,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ustream-ssl -PKG_VERSION:=2014-03-25 +PKG_VERSION:=2014-03-30 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=git://nbd.name/ustream-ssl.git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=fc0b5ec804ee43c532978dd04ab0509c34baefb0 +PKG_SOURCE_VERSION:=db1c50c090bad72eb5c28b1867b7564708ba7f3c PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz CMAKE_INSTALL:=1 -- 2.30.2