fcgi: added "fastcgi -> ." symlink in $out/include to fix compilation of

packages that expect the fastcgi library headers in a sub-directory
(which is the way they're installed on some platforms, i.e. CentOS).

svn path=/nixpkgs/trunk/; revision=30790
This commit is contained in:
Peter Simons 2011-12-07 10:29:52 +00:00
parent 1bd85e4159
commit 13c9e2b285

View file

@ -10,7 +10,9 @@ stdenv.mkDerivation rec {
patches = [ ./gcc-4.4.diff ];
meta = {
postInstall = "ln -s . $out/include/fastcgi";
meta = {
description = "FastCGI is a language independent, scalable, open extension to CG";
homepage = http://www.fastcgi.com/;
license = "FastCGI see LICENSE.TERMS";