mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
lua52: build with +pic
required by mpv-drmprime
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user