aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
Diffstat (limited to 'lang')
-rw-r--r--lang/luaposix/patches/900-disable-ldoc.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/lang/luaposix/patches/900-disable-ldoc.patch b/lang/luaposix/patches/900-disable-ldoc.patch
new file mode 100644
index 000000000..7859807ff
--- /dev/null
+++ b/lang/luaposix/patches/900-disable-ldoc.patch
@@ -0,0 +1,13 @@
+diff --git a/lukefile b/lukefile
+index 2d4bb2f..1e48540 100644
+--- a/lukefile
++++ b/lukefile
+@@ -29,8 +29,6 @@ incdirs = {
+ '$LUA_INCDIR',
+ }
+
+-ldocs = 'build-aux/config.ld.in'
+-
+ modules = {
+ ['posix'] = 'lib/posix/init.lua',
+ ['posix._base'] = 'lib/posix/_base.lua',