lz4: update target toolchain depend

was able to cause the build failure doing
- scripts/build iptables
- make image
This commit is contained in:
Rudi Heitbaum 2024-07-16 08:50:53 +00:00
parent 9281f910ed
commit 1b0ee1e9f3

View File

@ -8,7 +8,7 @@ PKG_LICENSE="GPL"
PKG_SITE="https://github.com/lz4/lz4"
PKG_URL="https://github.com/lz4/lz4/archive/v${PKG_VERSION}.tar.gz"
PKG_DEPENDS_HOST="cmake:host ninja:host"
PKG_DEPENDS_TARGET="cmake:host gcc:host"
PKG_DEPENDS_TARGET="cmake:host gcc:host ninja:host"
PKG_LONGDESC="lz4 data compressor/decompressor"
configure_package() {