0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-02-22 19:17:06 +00:00
termux-packages/packages/tmate/tmate-2.4.0-msgpack-6.0.0.patch
Tee KOBAYASHI a309ea6acc libmsgpack: Revbump revdeps to rebuild
due to SONAME change.
2023-03-05 02:05:20 +00:00

12 lines
215 B
Diff

--- a/configure.ac
+++ b/configure.ac
@@ -201,7 +201,7 @@
PKG_CHECK_MODULES(
MSGPACK,
- msgpack >= 1.1.0,
+ msgpack-c >= 1.1.0,
[
CPPFLAGS="$MSGPACK_CFLAGS $CPPFLAGS"
LIBS="$MSGPACK_LIBS $LIBS"