Merge pull request #10209 from etactica/pulls/luaposix-docs
luaposix: disable documentation build
This commit is contained in:
commit
91c79bad56
1 changed files with 13 additions and 0 deletions
13
lang/luaposix/patches/900-disable-ldoc.patch
Normal file
13
lang/luaposix/patches/900-disable-ldoc.patch
Normal file
|
@ -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',
|
Loading…
Reference in a new issue