mirror of
https://github.com/openwrt/packages.git
synced 2025-02-12 05:48:07 +00:00
This patch is taken from https://git.alpinelinux.org/aports/commit/?id=f923597f4bdea424dc28b1d026269df060596fac Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
12 lines
218 B
Diff
12 lines
218 B
Diff
--- 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"
|