mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
move package lua:
- no more need, move to pkg-archive branch
This commit is contained in:
parent
e18c1ba9dc
commit
bf37a400f9
@ -1,21 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
$SCRIPTS/build readline
|
||||
$SCRIPTS/build ncurses
|
||||
|
||||
cd $PKG_BUILD
|
||||
make linux CC="$CC" \
|
||||
AR="$AR rcu" \
|
||||
RANLIB="$RANLIB" \
|
||||
CFLAGS="$CFLAGS -DLUA_USE_LINUX"
|
||||
|
||||
cp src/lua.h src/luaconf.h src/lualib.h src/lauxlib.h "$SYSROOT_PREFIX/usr/include"
|
||||
cp src/liblua.a "$SYSROOT_PREFIX/usr/lib"
|
||||
|
||||
mkdir -p $SYSROOT_PREFIX/usr/lib/pkgconfig
|
||||
cp etc/lua.pc "$SYSROOT_PREFIX/usr/lib/pkgconfig"
|
||||
|
||||
# sed -i "s%^prefix=.*%prefix= $SYSROOT_PREFIX/usr%" "$SYSROOT_PREFIX/usr/lib/pkgconfig/lua.pc"
|
@ -1 +0,0 @@
|
||||
http://www.lua.org/ftp/lua-5.1.4.tar.gz
|
Loading…
x
Reference in New Issue
Block a user