From 3bfbb7d1dba923ebc3d54431bccf16b3b06ea297 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Fri, 13 Dec 2019 21:54:01 -0800 Subject: mosh: Fix compilation with libcxx Partial backport of upstream patch.`` Signed-off-by: Rosen Penev --- net/mosh/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/mosh/Makefile') diff --git a/net/mosh/Makefile b/net/mosh/Makefile index c22041f16..b4a666b87 100644 --- a/net/mosh/Makefile +++ b/net/mosh/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mosh PKG_VERSION:=1.3.2 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://mosh.org/ -- cgit v1.2.3