sync ports with The Matrix
This commit is contained in:
parent
c5eac0c660
commit
a9b47ea9ec
46 changed files with 112 additions and 30 deletions
|
@ -11,3 +11,12 @@ Index: configure
|
|||
tryflag CFLAGS -ffunction-sections
|
||||
tryflag CFLAGS -fdata-sections
|
||||
tryldflag LDFLAGS_AUTO -Wl,--gc-sections
|
||||
@@ -443,7 +442,7 @@ int main(int argc, char *argv[]) {
|
||||
}
|
||||
EOF
|
||||
|
||||
- for liblua in lua lua5.4 lua5.3 lua5.2 lua-5.3 lua-5.2 lua54 lua53 lua52; do
|
||||
+ for liblua in $LUA_VER; do
|
||||
printf " checking for %s... " "$liblua"
|
||||
|
||||
if test "$have_pkgconfig" = "yes" ; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue