mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-16 04:35:13 +03:00
13 lines
289 B
Diff
13 lines
289 B
Diff
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"
|