Commit Graph

18 Commits

Author SHA1 Message Date
Tony Theodore fc1781db7f luajit: enable verbose build 2020-06-21 00:09:44 +10:00
Tony Theodore 921c82f383 luajit: 2.0.4 --> 2.0.5 and enable shared 2019-06-30 13:01:47 +10:00
Tony Theodore 258d2cfbfc luajit: darwin no longer supports multi-lib 2019-03-02 14:16:03 +11:00
Tony Theodore 01e2a64d00 cross packages: replace dependency gcc with cc 2017-12-23 08:19:00 +11:00
Viktor Szakats 45d34aaac7 more URL updates 2017-03-10 13:59:00 +00:00
Boris Nagaev 74163f1794 add _WEBSITE and _DESCR fields to core packages
See https://github.com/mxe/mxe/issues/1422

Automation (Python 2 code): https://gist.github.com/9f5c315e5d0cf113d41dc454b7a0eb41
2016-12-22 22:25:48 +01:00
Boris Nagaev 6adb5ade12 Copyright headers: point to LICENSE.md and shorten
The following script was applied:

    sed ':a;/part of MXE.$/{N;s/\n//;ba}' -i $(git grep -l 'part of MXE')

    sed 's/\(part of MXE\).*\(See index.html\)/\1. \2/' -i \
        $(git grep -l 'part of MXE.*See index.html')

    before='This file is part of MXE. See index.html for further information.'
    after='This file is part of MXE. See LICENSE.md for licensing information.'
    sed "s/$before/$after/" -i $(git grep -l 'part of MXE')

Then git grep 'index.html for further information' revealed two other files.
One of them was patched manually (patch.mk). Makefile has text
"See index.html for further information" unrelated to licensing.

See https://github.com/mxe/mxe/issues/1500#issuecomment-241340792
2016-08-27 12:31:29 +03:00
Boris Nagaev 953d77597a add variable luajit_ABIVER=5.1
The name of libluajit-5.1.a can be generated from this variable.
2016-04-06 22:56:38 +03:00
Boris Nagaev e7ce1f4300 enable native build of luajit in plugin "apps" 2016-04-06 22:56:38 +03:00
Tony Theodore ad20853b2d luajit ocaml-core: use BUILD_CC variable 2015-09-30 14:39:08 +10:00
Tony Theodore fc0ed34fb9 all packages: really use sha256 checksums 2015-09-23 18:32:58 +10:00
Tony Theodore a228c0488f all packages: switch to sha256 checksums
closes #871
2015-09-23 17:27:16 +10:00
Boris Nagaev 1d82284387 luajit: add .exe to executables installed 2015-09-06 16:12:42 +03:00
Boris Nagaev ba827251f5 update LuaJIT from 2.0.3 to 2.0.4 2015-05-14 22:19:50 +03:00
Avi Halachmi (:avih) 96a45407ec luajit: add dependency dlfcn-win32
luajit.pc contains: Libs.private: -Wl,-E -lm -ldl
while the luajit website states that dlopen is only required on linux,
adding dlfcn-win32 as a dependency is probably safer for MXE than removing -ldl
especially since MXE supports dlfcn-win32 and projects which use luajit.pc are
satisfied when dlfcn-win32 was built, but not satisfied otherwise.
2015-02-19 01:54:34 +02:00
Timothy Gu b06795b831 Add a $(BITS) convenience variable
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
2014-11-16 22:25:19 -05:00
Timothy Gu 6eefed6313 luajit: support 64-bit
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
2014-09-30 17:26:50 -07:00
Boris Nagaev 2083aa49b7 add package LuaJIT 2014-09-30 17:26:50 -07:00