summary refs log tree commit diff
path: root/www/git.causal.agency/cgit/README
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-01-20 13:33:37 -0500
committerJune McEnroe <june@causal.agency>2021-01-20 13:33:37 -0500
commit8a10aa570d084f3f417b24f37bf547ac92de611d (patch)
tree50d8b27b8b0ee6042d4c2190fee7ef2272446a0a /www/git.causal.agency/cgit/README
parentFix tests for diff spans (diff)
downloadsrc-8a10aa570d084f3f417b24f37bf547ac92de611d.tar.gz
src-8a10aa570d084f3f417b24f37bf547ac92de611d.zip
Remove Lua support
Lua support is unused and the dlsym fwrite/write hacks horrify me.
Clean it up.
Diffstat (limited to 'www/git.causal.agency/cgit/README')
-rw-r--r--www/git.causal.agency/cgit/README13
1 files changed, 0 insertions, 13 deletions
diff --git a/www/git.causal.agency/cgit/README b/www/git.causal.agency/cgit/README
index 7a6b4a40..371cf21f 100644
--- a/www/git.causal.agency/cgit/README
+++ b/www/git.causal.agency/cgit/README
@@ -32,18 +32,6 @@ This will install `cgit.cgi` and `cgit.css` into `/var/www/htdocs/cgit`. You
 can configure this location (and a few other things) by providing a `cgit.conf`
 file (see the Makefile for details).
 
-If you'd like to compile without Lua support, you may use:
-
-    $ make NO_LUA=1
-
-And if you'd like to specify a Lua implementation, you may use:
-
-    $ make LUA_PKGCONFIG=lua5.1
-
-If this is not specified, the Lua implementation will be auto-detected,
-preferring LuaJIT if many are present. Acceptable values are generally "lua",
-"luajit", "lua5.1", and "lua5.2".
-
 
 Dependencies
 ------------
@@ -51,7 +39,6 @@ Dependencies
 * libzip
 * libcrypto (OpenSSL)
 * libssl (OpenSSL)
-* optional: luajit or lua, most reliably used when pkg-config is available
 
 Apache configuration
 --------------------