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 | c9350ab570b386f6db075ca15aa5b1b8d2e8685e (patch) | |
tree | 62a820ed0574933bab60b4afb014acd856a1ab8c /kcgi.mk | |
parent | Add cap_rights_limit calls to client and server (diff) | |
download | torus-c9350ab570b386f6db075ca15aa5b1b8d2e8685e.tar.gz torus-c9350ab570b386f6db075ca15aa5b1b8d2e8685e.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 |