mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 15:36:47 +03:00
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 ];
|
||||
|
||||
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";
|
||||
|
Loading…
Reference in New Issue
Block a user