It has the following side effects (among others):
* Fix compilation on x86_64. We now only install the shared
library and one of the Debian patches makes sure its objects
are compiled with `-fPIC'.
* Provide IPv6 support.
* Fix man pages.
* Fix `linux' makefile target.
svn path=/nixpkgs/trunk/; revision=14255
Unneded args.something replaced with
args: with args;
line. After this line args is the only place where we can recieve variables from.
Also removed several
buildInputs = [];
lines.
svn path=/nixpkgs/trunk/; revision=10415