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:
parent
1bd85e4159
commit
13c9e2b285
@ -10,7 +10,9 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
patches = [ ./gcc-4.4.diff ];
|
patches = [ ./gcc-4.4.diff ];
|
||||||
|
|
||||||
meta = {
|
postInstall = "ln -s . $out/include/fastcgi";
|
||||||
|
|
||||||
|
meta = {
|
||||||
description = "FastCGI is a language independent, scalable, open extension to CG";
|
description = "FastCGI is a language independent, scalable, open extension to CG";
|
||||||
homepage = http://www.fastcgi.com/;
|
homepage = http://www.fastcgi.com/;
|
||||||
license = "FastCGI see LICENSE.TERMS";
|
license = "FastCGI see LICENSE.TERMS";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user