diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2023-03-08 23:59:48 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2023-03-09 21:38:17 +0100 |
commit | d9a00c5e2d54443bacddba5ce382ccc690156c81 (patch) | |
tree | 0b29d44d0dbb9d6e40176ed3e12edf5b743cc7b3 /package/devel | |
parent | 89390a9e5050054ff42dffb50abf2db427687e52 (diff) | |
download | upstream-d9a00c5e2d54443bacddba5ce382ccc690156c81.tar.gz upstream-d9a00c5e2d54443bacddba5ce382ccc690156c81.tar.bz2 upstream-d9a00c5e2d54443bacddba5ce382ccc690156c81.zip |
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>
Diffstat (limited to 'package/devel')
-rw-r--r-- | package/devel/binutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |