mirror of
https://github.com/openwrt/packages.git
synced 2026-01-10 11:44:48 +00:00
tmate-ssh-server: fix build against msgpack-c 6.0
This patch is taken from https://git.alpinelinux.org/aports/commit/?id=f923597f4bdea424dc28b1d026269df060596fac Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
committed by
Paul Spooren
parent
928710813b
commit
c49a1dad52
11
net/tmate-ssh-server/patches/010-msgpack-c.patch
Normal file
11
net/tmate-ssh-server/patches/010-msgpack-c.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -193,7 +193,7 @@ fi
|
||||
|
||||
PKG_CHECK_MODULES(
|
||||
MSGPACK,
|
||||
- msgpack >= 1.2.0,
|
||||
+ msgpack-c >= 1.2.0,
|
||||
[
|
||||
CPPFLAGS="$MSGPACK_CFLAGS $CPPFLAGS"
|
||||
LIBS="$MSGPACK_LIBS $LIBS"
|
||||
Reference in New Issue
Block a user