0
0
mirror of https://github.com/openwrt/packages.git synced 2025-07-20 04:21:49 +00:00
Files
packages/net/tmate-ssh-server/patches/010-msgpack-c.patch

12 lines
218 B
Diff

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