Author: blogic Date: 2015-03-30 15:17:27 +0200 (Mon, 30 Mar 2015) New Revision: 45157
Modified: trunk/package/libs/ustream-ssl/Makefile Log: ustream-ssl: properly handle return codes Signed-off-by: John Crispin <[email protected]> Modified: trunk/package/libs/ustream-ssl/Makefile =================================================================== --- trunk/package/libs/ustream-ssl/Makefile 2015-03-30 13:03:58 UTC (rev 45156) +++ trunk/package/libs/ustream-ssl/Makefile 2015-03-30 13:17:27 UTC (rev 45157) @@ -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 _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
