lzo: 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 09:15:51 +00:00
parent 1b0ee1e9f3
commit 60884fd2ce

View File

@ -8,7 +8,7 @@ PKG_LICENSE="GPL"
PKG_SITE="http://www.oberhumer.com/opensource/lzo"
PKG_URL="http://www.oberhumer.com/opensource/lzo/download/${PKG_NAME}-${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="A data compression library which is suitable for data de-/compression."
PKG_BUILD_FLAGS="+pic"