15 lines
368 B
Diff
15 lines
368 B
Diff
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"
|