diff options
author | Justin Clift <justin@gluster.org> | 2015-03-19 23:25:37 +0000 |
---|---|---|
committer | Justin Clift <justin@gluster.org> | 2015-03-19 23:25:37 +0000 |
commit | a6e20b282beccedc245a9840008f7fd589722ac9 (patch) | |
tree | 7e5dda0e27d2d2d404f166a25064fda5d1d701e0 | |
parent | 66e7b7d978185db7e19f21caf1da55850490046a (diff) | |
download | fcgiwrap-a6e20b282beccedc245a9840008f7fd589722ac9.tar.xz fcgiwrap-a6e20b282beccedc245a9840008f7fd589722ac9.zip |
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. |