summaryrefslogtreecommitdiffstats
path: root/plugins/luarocks/llthreads2-1-link-with-kernel32-on-mxe.patch
diff options
context:
space:
mode:
authorBoris Nagaev <bnagaev@gmail.com>2015-11-29 21:34:37 (GMT)
committerBoris Nagaev <bnagaev@gmail.com>2015-12-06 02:38:23 (GMT)
commit43cb3196e67720ff6cd6bd26e10269dddc5fa3ff (patch)
tree6fb300fbf21053d9aa0085d425e528f9ee13fa98 /plugins/luarocks/llthreads2-1-link-with-kernel32-on-mxe.patch
parent08488f9ecc3a9de115b3c68f059f493e331fc60b (diff)
downloadmxe-43cb3196e67720ff6cd6bd26e10269dddc5fa3ff.zip
mxe-43cb3196e67720ff6cd6bd26e10269dddc5fa3ff.tar.gz
mxe-43cb3196e67720ff6cd6bd26e10269dddc5fa3ff.tar.bz2
add plugin luarocks
LuaRocks plugin adds * package "luarocks" * several packages with rocks (lpeg, luasocket, llthreads2, lua-rapidjson) * plugins/luarocks/README.md * virtual rock "all-rocks" depending on all rocks * short test for rocks
Diffstat (limited to 'plugins/luarocks/llthreads2-1-link-with-kernel32-on-mxe.patch')
-rw-r--r--plugins/luarocks/llthreads2-1-link-with-kernel32-on-mxe.patch33
1 files changed, 33 insertions, 0 deletions
diff --git a/plugins/luarocks/llthreads2-1-link-with-kernel32-on-mxe.patch b/plugins/luarocks/llthreads2-1-link-with-kernel32-on-mxe.patch
new file mode 100644
index 0000000..7edd1f5
--- /dev/null
+++ b/plugins/luarocks/llthreads2-1-link-with-kernel32-on-mxe.patch
@@ -0,0 +1,33 @@
+This file is part of MXE.
+See index.html for further information.
+
+From 1d8e959ee39e7a46e150e722af12252448c7ac22 Mon Sep 17 00:00:00 2001
+From: Boris Nagaev <bnagaev@gmail.com>
+Date: Sun, 11 Oct 2015 01:56:36 +0100
+Subject: [PATCH] link with kernel32 on MXE
+
+---
+ rockspecs/lua-llthreads2-scm-0.rockspec | 7 +++++++
+ 1 file changed, 7 insertions(+)
+
+diff --git a/rockspecs/lua-llthreads2-scm-0.rockspec b/rockspecs/lua-llthreads2-scm-0.rockspec
+index 8f907b8..26d5b80 100644
+--- a/rockspecs/lua-llthreads2-scm-0.rockspec
++++ b/rockspecs/lua-llthreads2-scm-0.rockspec
+@@ -27,6 +27,13 @@ build = {
+ }
+ }
+ },
++ mxe = {
++ modules = {
++ llthreads2 = {
++ libraries = {"kernel32"},
++ }
++ }
++ },
+ windows = {
+ modules = {
+ llthreads2 = {
+--
+2.1.4
+