tmate: revbump for msgpack-6.0.2
This commit is contained in:
parent
5cce7df614
commit
fa7eb7fcec
|
@ -0,0 +1,14 @@
|
|||
Source: https://git.alpinelinux.org/aports/plain/testing/tmate/msgpack-c.patch
|
||||
diff --git a/configure.ac b/configure.ac
|
||||
index 028d555..9bbe2ae 100644
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -201,7 +201,7 @@ fi
|
||||
|
||||
PKG_CHECK_MODULES(
|
||||
MSGPACK,
|
||||
- msgpack >= 1.1.0,
|
||||
+ msgpack-c >= 1.1.0,
|
||||
[
|
||||
CPPFLAGS="$MSGPACK_CFLAGS $CPPFLAGS"
|
||||
LIBS="$MSGPACK_LIBS $LIBS"
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'tmate'
|
||||
pkgname=tmate
|
||||
version=2.4.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake pkg-config"
|
||||
makedepends="libevent-devel libssh-devel msgpack-devel ncurses-devel"
|
||||
|
|
Loading…
Reference in New Issue