| Revert "contribs: lua 5.3"
This reverts commit dc9fb25f37835829cdfef0488e96de591b79c4ff.
| 9 年前 |
| contrib: lua: respect LDFLAGS under mingw
(cherry picked from commit abb722a96574be1917397d5b3df7e5e3958c92b1)
Signed-off-by: Steve Lhomme <robux4@ycbcr.xyz>
| 5 年前 |
| Revert "contribs: lua 5.3"
This reverts commit dc9fb25f37835829cdfef0488e96de591b79c4ff.
| 9 年前 |
| Revert "contribs: lua 5.3"
This reverts commit dc9fb25f37835829cdfef0488e96de591b79c4ff.
| 9 年前 |
| contrib: lua: Do not use system nor popen on winrt
| 9 年前 |
| Revert "Contribs: lua, remove unneeded patch"
This reverts commit c4dd067cac733eb934667b34e84e3eb4e722f277.
| 9 年前 |
| Revert "contribs: lua 5.3"
This reverts commit dc9fb25f37835829cdfef0488e96de591b79c4ff.
| 9 年前 |
| Revert "contribs: lua 5.3"
This reverts commit dc9fb25f37835829cdfef0488e96de591b79c4ff.
| 9 年前 |
| contrib: lua: rewrite prefix in pkg-config file
This patch enable the writing of the pkg-config file for all platforms
and enforce the correct prefix= value in the file. Previously the
pkg-config file was never installed for linux platforms so it was using
the file detection in the configure.ac, which is the last method of
detection.
If a newer lua was detected that was not in the contrib file
autodetection, it would build the lua contrib but still configure with
the newer one, which means that contrib includes will be used and then
it will be linked to the detected external lua.
In particular, on Archlinux, when using the default lua (5.3) version,
the contrib would be built but it will still link lua5.3 which has no
symbol for the luaL_register function used when header version is less
than or equal to 5.2.
With previous change, as lua >= 5.1 is tested first, contrib will be
used first if built whatever the version of lua on the platform, so in
the worst case we only build lua from the contrib too often (like
previously) instead of failing link on some platforms too.
(cherry picked from commit 401743565a1387340611a3adbbd3105e3cffa7df)
Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
| 4 年前 |