commit 17bb5ac
hovercats
·
2024-08-27 10:58:41 +0000 UTC
parent 405cc34
lua-filesystem: fix depends. building luakit with lua from oasis will error out. so untill I can get a workaround for that, we will have to build a separate lua5.1
5 files changed,
+18,
-0
+1,
-0
1@@ -0,0 +1 @@
2+lua
+13,
-0
1@@ -0,0 +1,13 @@
2+#!/bin/sh -e
3+
4+make MYCFLAGS="$CFLAGS -fPIC" \
5+ MYLDFLAGS="$LDFLAGS -static" \
6+ posix
7+
8+sed "s/install -p/install/" Makefile > _
9+mv -f _ Makefile
10+
11+make INSTALL_TOP="$1/usr" \
12+ INSTALL_DATA="cp -P" \
13+ INSTALL_MAN="$1/usr/share/man/man1" \
14+ install
+2,
-0
1@@ -0,0 +1,2 @@
2+164c7849653b80ae67bec4b7473b884bf5cc8d2dca05653475ec2ed27b9ebf61
3+c58f3ff3aecd07fc409486e31e65461eb10a919c0ee225836c88d5558933b3b5
+1,
-0
1@@ -0,0 +1 @@
2+https://www.lua.org/ftp/lua-5.1.4.tar.gz
+1,
-0
1@@ -0,0 +1 @@
2+5.1.4 1