mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 21:56:42 +00:00
lua52: build with +pic
required by mpv-drmprime
This commit is contained in:
parent
9aa2fbbae4
commit
0cb0de9016
@ -9,9 +9,10 @@ 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" posix
|
make CC=${CC} AR="${AR} rcu" MYCFLAGS="-fPIC" posix
|
||||||
}
|
}
|
||||||
|
|
||||||
makeinstall_target() {
|
makeinstall_target() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user