diff options
author | June McEnroe <june@causal.agency> | 2019-01-06 15:16:01 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-01-06 15:16:01 -0500 |
commit | 2097ec2fe8d630aa6998e5004e8e7b709cd41bce (patch) | |
tree | 51b95274970cf04e4463bf7a4af3cd031a28044d /kcgi.mk | |
parent | Add cap_rights_limit calls to client and server (diff) | |
download | torus-2097ec2fe8d630aa6998e5004e8e7b709cd41bce.tar.gz torus-2097ec2fe8d630aa6998e5004e8e7b709cd41bce.zip |
Add kcgi support to image
Diffstat (limited to '')
-rw-r--r-- | kcgi.mk | 3 |
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 |