mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
lua54: build with +pic
required by wireplumber
This commit is contained in:
parent
b39b123953
commit
454667f6b8
@ -9,6 +9,7 @@ PKG_SITE="https://www.lua.org"
|
|||||||
PKG_URL="http://www.lua.org/ftp/lua-${PKG_VERSION}.tar.gz"
|
PKG_URL="http://www.lua.org/ftp/lua-${PKG_VERSION}.tar.gz"
|
||||||
PKG_DEPENDS_TARGET="toolchain"
|
PKG_DEPENDS_TARGET="toolchain"
|
||||||
PKG_LONGDESC="Lua is a powerful, efficient, lightweight, embeddable scripting language."
|
PKG_LONGDESC="Lua is a powerful, efficient, lightweight, embeddable scripting language."
|
||||||
|
PKG_BUILD_FLAGS="+pic"
|
||||||
|
|
||||||
make_target() {
|
make_target() {
|
||||||
make CC=${CC} AR="${AR} rcu" MYCFLAGS="-fPIC" posix
|
make CC=${CC} AR="${AR} rcu" MYCFLAGS="-fPIC" posix
|
||||||
|
Loading…
x
Reference in New Issue
Block a user