Compare commits

...

4 Commits
rawhide ... f22

Author SHA1 Message Date
Tom Callaway b7764cd49a Merge branch 'master' into f22 2016-06-07 12:15:36 -04:00
Tom Callaway b33e237d80 fix merge 2015-12-11 14:00:00 -05:00
Jaromir Capik dae1d534c8 Adding STAGE2 bootstrap recipe
https://fedorahosted.org/fpc/ticket/529
2015-11-05 17:14:15 +01:00
Kalev Lember d154148518 Define LUA_COMPAT_5_2 in addition to LUA_COMPAT_5_1
https://bugzilla.redhat.com/show_bug.cgi?id=1204129
2015-03-20 12:03:51 +01:00
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