about summary refs log tree commit diff homepage
path: root/kcgi.mk
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-01-06 15:16:01 -0500
committerJune McEnroe <june@causal.agency>2019-01-06 15:16:01 -0500
commit2097ec2fe8d630aa6998e5004e8e7b709cd41bce (patch)
tree51b95274970cf04e4463bf7a4af3cd031a28044d /kcgi.mk
parentAdd cap_rights_limit calls to client and server (diff)
downloadtorus-2097ec2fe8d630aa6998e5004e8e7b709cd41bce.tar.gz
torus-2097ec2fe8d630aa6998e5004e8e7b709cd41bce.zip
Add kcgi support to image
Diffstat (limited to 'kcgi.mk')
-rw-r--r--kcgi.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/kcgi.mk b/kcgi.mk
new file mode 100644
index 0000000..ddfea53
--- /dev/null
+++ b/kcgi.mk
@@ -0,0 +1,3 @@
+CFLAGS += -DHAVE_KCGI -I/usr/local/include
+LDFLAGS += -L/usr/local/lib
+LDLIBS += -lkcgi -lz