Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Makefile.in: define dummy datarootdir variable | Dave Reisner | 2012-09-08 | 1 | -0/+1 |
| | | | | | | | | This suppresses a warning on ./configure for a directory which fcgiwrap does not use: config.status: WARNING: 'Makefile.in' seems to ignore the --datarootdir setting | ||||
* | simplify build rule for fcgiwrap | Dave Reisner | 2012-08-23 | 1 | -1/+3 |
| | | | | | | | Add flags and libraries to the respective environment vars and let make figure out the order on its own. This provides support for unmentioned vars such as LDFLAGS implicitly, as the compilation rule isn't explicitly defined. | ||||
* | add systemd unit files for installation | Dave Reisner | 2012-08-21 | 1 | -0/+5 |
| | | | | | These are automatically installed iff systemd support is compiled into fcgiwrap. | ||||
* | Add support for socket activation via systemd | Dave Reisner | 2012-08-19 | 1 | -1/+1 |
| | | | | | | 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. | ||||
* | support LDFLAGS | Nikoli | 2010-09-15 | 1 | -1/+1 |
| | |||||
* | Create folder for man prior to the installation. | Ron Huang | 2010-06-11 | 1 | -0/+2 |
| | |||||
* | added handling of manpages to makefile | W-Mark Kubacki | 2010-05-25 | 1 | -1/+2 |
| | |||||
* | fcgiwrap to rely on definitions provided by autoconf/autoreconf | W-Mark Kubacki | 2010-05-25 | 1 | -1/+1 |
| | |||||
* | Makefile: DESTDIR and --prefix support | W-Mark Kubacki | 2010-03-22 | 1 | -3/+8 |
| | |||||
* | Makefile: proper clean and distclean targets | W-Mark Kubacki | 2010-03-22 | 1 | -1/+8 |
| | |||||
* | input files and substitution variables for autoconf | W-Mark Kubacki | 2010-03-18 | 1 | -1/+1 |
| | |||||
* | Makefile renamed to be modified to be input for autoconf | W-Mark Kubacki | 2010-03-18 | 1 | -0/+12 |