Adding STAGE2 bootstrap recipe

https://fedorahosted.org/fpc/ticket/529
This commit is contained in:
Jaromir Capik 2015-11-05 17:12:54 +01:00
parent d154148518
commit dae1d534c8
1 changed files with 8 additions and 0 deletions

8
STAGE2-lua Normal file
View File

@ -0,0 +1,8 @@
#requires readline
mcd $BUILDDIR/lua
$SRC/lua-*/configure $TCONFIGARGS --with-compat-module
make $J LIBS="-lm -ldl -lreadline" luac_LDADD="liblua.la -lm -ldl -lreadline"
make $J install