mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-26 08:32:38 +00:00
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@hauke-m.de>
This commit is contained in:
parent
89390a9e50
commit
d9a00c5e2d
@ -90,6 +90,7 @@ CONFIGURE_ARGS += \
|
||||
--enable-install-libctf \
|
||||
--with-system-zlib \
|
||||
--without-zstd \
|
||||
--without-msgpack \
|
||||
--disable-gprofng
|
||||
|
||||
define Build/Install
|
||||
|
Loading…
Reference in New Issue
Block a user