mirror of
https://github.com/termux/termux-packages.git
synced 2025-02-22 19:17:06 +00:00
12 lines
215 B
Diff
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"
|