0
0
mirror of https://github.com/openwrt/packages.git synced 2025-02-12 05:48:07 +00:00
packages/net/tmate/patches/020-msgpack-c.patch
Tianling Shen 928710813b tmate: 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>
2023-03-08 23:49:10 +01:00

12 lines
218 B
Diff

--- 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"