mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +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_DEPENDS_TARGET="toolchain"
|
||||
PKG_LONGDESC="Lua is a powerful, efficient, lightweight, embeddable scripting language."
|
||||
PKG_BUILD_FLAGS="+pic"
|
||||
|
||||
make_target() {
|
||||
make CC=${CC} AR="${AR} rcu" posix
|
||||
make CC=${CC} AR="${AR} rcu" MYCFLAGS="-fPIC" posix
|
||||
}
|
||||
|
||||
makeinstall_target() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user