summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorDave Reisner <dreisner@archlinux.org>2012-08-19 15:40:11 -0400
committerDave Reisner <dreisner@archlinux.org>2012-08-19 22:04:42 -0400
commit9836d6d22ac22fe7be584da2006ae8d9479096cc (patch)
treecbda2a521c77e590c728b1dc54c9d4b4b519719d /Makefile.in
parent0c93fa9ef0e014ff3504f098ed5d0cf6c23641d2 (diff)
downloadfcgiwrap-9836d6d22ac22fe7be584da2006ae8d9479096cc.tar.xz
fcgiwrap-9836d6d22ac22fe7be584da2006ae8d9479096cc.zip
Add support for socket activation via systemd
This prevents the need for starting fcgiwrap explicitly, or using a tool such as spawn-fcgi. The type of socket does not matter, we merely accept a single FD passed from pid 1 and listen on it.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 1f0956d..8d538b4 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -11,7 +11,7 @@ install: all
install -m 644 fcgiwrap.8 $(man8dir)
fcgiwrap: fcgiwrap.c
- @CC@ @AM_CFLAGS@ fcgiwrap.c -o fcgiwrap -lfcgi @LDFLAGS@
+ @CC@ @AM_CFLAGS@ fcgiwrap.c -o fcgiwrap -lfcgi @systemd_LIBS@ @LDFLAGS@
#>+ 21
clean: