mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 21:56:42 +00:00
sqlite: replace toolchain depend
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
This commit is contained in:
parent
e846b3055e
commit
7c68493a0f
@ -10,7 +10,7 @@ PKG_LICENSE="PublicDomain"
|
|||||||
PKG_SITE="https://www.sqlite.org/"
|
PKG_SITE="https://www.sqlite.org/"
|
||||||
PKG_URL="https://www.sqlite.org/2024/${PKG_NAME}-autoconf-${PKG_VERSION_SQLITE/./0}.tar.gz"
|
PKG_URL="https://www.sqlite.org/2024/${PKG_NAME}-autoconf-${PKG_VERSION_SQLITE/./0}.tar.gz"
|
||||||
PKG_DEPENDS_HOST="ccache:host autoconf:host automake:host"
|
PKG_DEPENDS_HOST="ccache:host autoconf:host automake:host"
|
||||||
PKG_DEPENDS_TARGET="toolchain ncurses"
|
PKG_DEPENDS_TARGET="autotools:host gcc:host ncurses"
|
||||||
PKG_LONGDESC="An Embeddable SQL Database Engine."
|
PKG_LONGDESC="An Embeddable SQL Database Engine."
|
||||||
# libsqlite3.a(sqlite3.o): requires dynamic R_X86_64_PC32 reloc against 'sqlite3_stricmp' which may overflow at runtime
|
# libsqlite3.a(sqlite3.o): requires dynamic R_X86_64_PC32 reloc against 'sqlite3_stricmp' which may overflow at runtime
|
||||||
PKG_BUILD_FLAGS="+pic +pic:host -parallel"
|
PKG_BUILD_FLAGS="+pic +pic:host -parallel"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user