mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +02:00
tmate: revbump for msgpack-6.0.2
This commit is contained in:
parent
5cce7df614
commit
fa7eb7fcec
2 changed files with 15 additions and 1 deletions
14
srcpkgs/tmate/patches/msgpack-c.patch
Normal file
14
srcpkgs/tmate/patches/msgpack-c.patch
Normal file
|
@ -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…
Add table
Reference in a new issue