Skip to content

Commit

Permalink
mfluajitlpeg depends on luajit not just lua
Browse files Browse the repository at this point in the history
git-svn-id: svn://tug.org/texlive/trunk/Build/source@73339 c570f23f-e606-0410-a88d-b1316a301751
  • Loading branch information
kberry committed Jan 6, 2025
1 parent 43dae4c commit 4a48b22
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion texk/web2c/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -21823,7 +21823,7 @@ mfluajittrap.diffs: mfluajit$(EXEEXT) gftype$(EXEEXT) tftopl$(EXEEXT)
mfluajittrap-clean:
rm -rf mfluajittrapdir

$(libmfluajitlpeg_a_OBJECTS): $(LUA_DEPEND)
$(libmfluajitlpeg_a_OBJECTS): $(LUAJIT_DEPEND)

.PHONY: install-mpost-links uninstall-mpost-links
@WIN32_TRUE@install-mpost-links: call_mpost$(EXEEXT)
Expand Down
6 changes: 6 additions & 0 deletions texk/web2c/mfluajitdir/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2025-01-06 J. Neuschaefer <[email protected]>

* am/mfluajitlpeg.am (libmfluajitlpeg_a_OBJECTS): $(LUAJIT_DEPEND)
not $(LUA_DEPEND).
https://tug.org/pipermail/tex-live/2025-January/051035.html

2024-03-10 Karl Berry <[email protected]>

* TL'24 release.
Expand Down
4 changes: 2 additions & 2 deletions texk/web2c/mfluajitdir/am/mfluajitlpeg.am
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
## texk/web2c/mfluajitdir/am/mfluajitlpeg.am: Makefile fragment for libmfluajitlpeg.
##
## Copyright (C) 2023 Luigi Scarso <[email protected]>
## Copyright (C) 2023-2025 Luigi Scarso <[email protected]>
## You may freely use, modify and/or distribute this file.

## mfluajitlpeg
##
EXTRA_LIBRARIES += libmfluajitlpeg.a

$(libmfluajitlpeg_a_OBJECTS): $(LUA_DEPEND)
$(libmfluajitlpeg_a_OBJECTS): $(LUAJIT_DEPEND)

libmfluajitlpeg_a_CPPFLAGS = \
-I$(top_srcdir)/mfluadir/luapeg \
Expand Down

0 comments on commit 4a48b22

Please sign in to comment.