summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAvi Halachmi (:avih) <avihpit@yahoo.com>2015-02-18 22:03:08 (GMT)
committerAvi Halachmi (:avih) <avihpit@yahoo.com>2015-02-18 23:54:34 (GMT)
commit96a45407ec89f1bc2d32f8f224a5ed8b3b20a91a (patch)
treef4c55de74225d45ecc5363bf189f0a74871850ff /src
parentaef1d579f67117f1b3772472e3b60c55d4b48693 (diff)
downloadmxe-96a45407ec89f1bc2d32f8f224a5ed8b3b20a91a.zip
mxe-96a45407ec89f1bc2d32f8f224a5ed8b3b20a91a.tar.gz
mxe-96a45407ec89f1bc2d32f8f224a5ed8b3b20a91a.tar.bz2
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.
Diffstat (limited to 'src')
-rw-r--r--src/luajit.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/luajit.mk b/src/luajit.mk
index d71342c..bb62c6b 100644
--- a/src/luajit.mk
+++ b/src/luajit.mk
@@ -8,7 +8,7 @@ $(PKG)_CHECKSUM := 2db39e7d1264918c2266b0436c313fbd12da4ceb
$(PKG)_SUBDIR := LuaJIT-$($(PKG)_VERSION)
$(PKG)_FILE := $($(PKG)_SUBDIR).tar.gz
$(PKG)_URL := http://luajit.org/download/$($(PKG)_FILE)
-$(PKG)_DEPS := gcc
+$(PKG)_DEPS := gcc dlfcn-win32
define $(PKG)_BUILD
$(MAKE) -C '$(1)' -j '$(JOBS)' \