diff options
author | Grzegorz Nosek <root@localdomain.pl> | 2015-04-19 10:28:39 +0200 |
---|---|---|
committer | Grzegorz Nosek <root@localdomain.pl> | 2015-04-19 10:28:39 +0200 |
commit | 6ded18b5c3cb294584f0355d7f1443beefe84803 (patch) | |
tree | 7e5dda0e27d2d2d404f166a25064fda5d1d701e0 | |
parent | 66e7b7d978185db7e19f21caf1da55850490046a (diff) | |
parent | a6e20b282beccedc245a9840008f7fd589722ac9 (diff) | |
download | fcgiwrap-6ded18b5c3cb294584f0355d7f1443beefe84803.tar.xz fcgiwrap-6ded18b5c3cb294584f0355d7f1443beefe84803.zip |
Merge pull request #27 from justinclift/master
Added pkg-config to the requirements
-rw-r--r-- | README.rst | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -25,6 +25,8 @@ requirements ------------ ``Makefile`` and ``configure`` script is generated by GNU *autotools*. Therefore you need the latter. +``pkg-config`` is needed, else you may get AC_DEFINE errors. + ``fcgiwrap`` links to *dev-libs/fcgi* which can be obtained from http://www.fastcgi.com/ . ``fcgiwrap`` also uses (but not requires) ``systemd`` for socket activation. |