chiark / gitweb /
Add detect-hardlinks.sh script
[termux-packages] / packages / libluajit / Makefile.patch
1 Link the luajit executable to the shared libraries.
2
3 diff -u -r ../LuaJIT-2.0.3/src/Makefile ./src/Makefile
4 --- ../LuaJIT-2.0.3/src/Makefile        2014-03-12 13:10:00.000000000 +0100
5 +++ ./src/Makefile      2014-07-09 02:39:15.344355861 +0200
6 @@ -72,14 +72,14 @@
7  # as dynamic mode.
8  #
9  # Mixed mode creates a static + dynamic library and a statically linked luajit.
10 -BUILDMODE= mixed
11 +#BUILDMODE= mixed
12  #
13  # Static mode creates a static library and a statically linked luajit.
14  #BUILDMODE= static
15  #
16  # Dynamic mode creates a dynamic library and a dynamically linked luajit.
17  # Note: this executable will only run when the library is installed!
18 -#BUILDMODE= dynamic
19 +BUILDMODE= dynamic
20  #
21  ##############################################################################
22