[openwrt/openwrt] binutils: Deactivate msgpack
LEDE Commits
lede-commits at lists.infradead.org
Thu Mar 9 16:44:47 PST 2023
hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/d9a00c5e2d54443bacddba5ce382ccc690156c81
commit d9a00c5e2d54443bacddba5ce382ccc690156c81
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Wed Mar 8 23:59:48 2023 +0100
binutils: Deactivate msgpack
Deactivate the msgpack option. The binutils build might detect the
libmsgpackc.so.2 library and will try to link against it, if it is not
explicitly deactivated.
This prevents the following build errors seen in the build bots.
Package binutils is missing dependencies for the following libraries:
libmsgpackc.so.2
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
package/devel/binutils/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/devel/binutils/Makefile b/package/devel/binutils/Makefile
index 95939f2dcd..5166f26734 100644
--- a/package/devel/binutils/Makefile
+++ b/package/devel/binutils/Makefile
@@ -90,6 +90,7 @@ CONFIGURE_ARGS += \
--enable-install-libctf \
--with-system-zlib \
--without-zstd \
+ --without-msgpack \
--disable-gprofng
define Build/Install
More information about the lede-commits
mailing list