Skip to content
Snippets Groups Projects
Verified Commit 02412c2f authored by Josef Schlehofer's avatar Josef Schlehofer
Browse files

patches/packages: luajit: try to build smth on 64bits: rebase and upstream some parts

parent b44c49f8
Branches
Tags
No related merge requests found
......@@ -4,11 +4,11 @@ Date: Thu, 2 Aug 2018 14:39:39 +0200
Subject: [PATCH] luajit: Try to build something on 64bits
---
lang/luajit/Makefile | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
lang/luajit/Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/lang/luajit/Makefile b/lang/luajit/Makefile
index e5dfa9531..5f4c8b2b0 100644
index c1a52879a..c371c713e 100644
--- a/lang/luajit/Makefile
+++ b/lang/luajit/Makefile
@@ -37,7 +37,7 @@ TARGET_CFLAGS += $(FPIC) -std=gnu99
......@@ -20,15 +20,12 @@ index e5dfa9531..5f4c8b2b0 100644
HOST_BITS := -m32
endif
endif
@@ -69,9 +69,9 @@ endef
define Package/luajit/install
@@ -71,7 +71,7 @@ define Package/luajit/install
$(INSTALL_DIR) $(1)/usr/lib/
- $(CP) $(PKG_INSTALL_DIR)/usr/lib/*.so $(1)/usr/lib/
+ $(CP) $(PKG_INSTALL_DIR)/usr/lib/*.so* $(1)/usr/lib/
$(CP) $(PKG_INSTALL_DIR)/usr/lib/*.so* $(1)/usr/lib/
$(INSTALL_DIR) $(1)/usr/bin
- $(CP) $(PKG_INSTALL_DIR)/usr/bin/luajit-2.1.0-beta2 $(1)/usr/bin/$(PKG_NAME)
+ $(CP) $(PKG_INSTALL_DIR)/usr/bin/luajit* $(1)/usr/bin/$(PKG_NAME)
+ $(CP) $(PKG_INSTALL_DIR)/usr/bin/luajit-2.1.0* $(1)/usr/bin/$(PKG_NAME)
endef
define Host/Compile
......@@ -42,5 +39,4 @@ index e5dfa9531..5f4c8b2b0 100644
$(eval $(call HostBuild,luajit))
--
2.19.2
2.24.0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment