Skip to content

Commit

Permalink
contrib/lua5.4-luasystem: fix missing symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
ttyyls committed Aug 27, 2024
1 parent 80b0b03 commit debd65e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions contrib/lua5.4-luasystem/patches/makefile.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
diff --git a/src/Makefile b/src/Makefile
index b4ed16f..df4f341 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -217,7 +217,7 @@ LUALIB= $(LUALIB_$(PLAT))
#------
# Objects
#
-OBJS=core.$(O) compat.$(O) time.$(O) environment.$(O) random.$(O) term.$(O)
+OBJS=core.$(O) compat.$(O) time.$(O) environment.$(O) random.$(O) term.$(O) bitflags.$(O) wcwidth.$(O)

#------
# Targets
2 changes: 1 addition & 1 deletion contrib/lua5.4-luasystem/template.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgname = "lua5.4-luasystem"
pkgver = "0.4.2"
pkgrel = 0
pkgrel = 1
build_style = "makefile"
make_use_env = True
makedepends = ["lua5.4-devel"]
Expand Down

0 comments on commit debd65e

Please sign in to comment.