summaryrefslogtreecommitdiff
path: root/libre/texlive-bin/context-luatex-1.17.patch
diff options
context:
space:
mode:
Diffstat (limited to 'libre/texlive-bin/context-luatex-1.17.patch')
-rw-r--r--libre/texlive-bin/context-luatex-1.17.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/libre/texlive-bin/context-luatex-1.17.patch b/libre/texlive-bin/context-luatex-1.17.patch
new file mode 100644
index 000000000..08520cdc2
--- /dev/null
+++ b/libre/texlive-bin/context-luatex-1.17.patch
@@ -0,0 +1,22 @@
+diff --git a/texk/texlive/linked_scripts/context/stubs/unix/mtxrun b/texk/texlive/linked_scripts/context/stubs/unix/mtxrun
+index 6fc17adb0..722e9fc8f 100755
+--- a/texk/texlive/linked_scripts/context/stubs/unix/mtxrun
++++ b/texk/texlive/linked_scripts/context/stubs/unix/mtxrun
+@@ -25606,7 +25606,7 @@ local function secondaryflags(arguments)
+ end
+ return concat(flags," ")
+ end
+-local template=[[--ini %primaryflags% --lua=%luafile% %texfile% %secondaryflags% %redirect%]]
++local template=[[--ini %primaryflags% --socket --shell-escape --lua=%luafile% %texfile% %secondaryflags% %redirect%]]
+ local checkers={
+ primaryflags="verbose",
+ secondaryflags="verbose",
+@@ -25741,7 +25741,7 @@ function environment.make_format(formatname)
+ report_format()
+ lfs.chdir(startupdir)
+ end
+-local template=[[%primaryflags% --fmt=%fmtfile% --lua=%luafile% %texfile% %secondaryflags%]]
++local template=[[%primaryflags% --socket --shell-escape --fmt=%fmtfile% --lua=%luafile% %texfile% %secondaryflags%]]
+ local checkers={
+ primaryflags="verbose",
+ secondaryflags="verbose",