diff options
author | Karl Palsson <karlp@tweak.net.au> | 2019-10-12 13:45:20 +0000 |
---|---|---|
committer | Karl Palsson <karlp@tweak.net.au> | 2019-10-12 13:52:20 +0000 |
commit | b683fad6075eb79f8e2e454a71c7b8b13f50686e (patch) | |
tree | a48fb8e15c76e315709a9ee9c1a25ef0ee7e7542 /lang/luaposix | |
parent | 7de37d7fea41a285c57a9593612548cd8b509ec0 (diff) |
luaposix: disable documentation build
Lost when luaposix converted their upstream build system.
Required to prevent the build from attempting to invoke "ldoc" on the
host and also simply to speed it up.
Signed-off-by: Karl Palsson <karlp@tweak.net.au>
Diffstat (limited to 'lang/luaposix')
-rw-r--r-- | lang/luaposix/patches/900-disable-ldoc.patch | 13 |
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', |