Merge pull request #9096 from heitbaum/fix

Fix dependencies
This commit is contained in:
Ian Leonard 2024-07-16 05:44:50 -04:00 committed by GitHub
commit 652f73cb47
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

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

View File

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