pkgs/development/tools/misc/distcc: move --mandir and --infodir to standard locations

svn path=/nixpkgs/trunk/; revision=25011
This commit is contained in:
Peter Simons 2010-12-06 18:01:40 +00:00
parent e47468ce76
commit 747604d740

View File

@ -19,6 +19,7 @@ stdenv.mkDerivation {
''
configureFlagsArray=( CFLAGS="-O2 -fno-strict-aliasing"
CXXFLAGS="-O2 -fno-strict-aliasing"
--mandir=$out/share/man
${if sysconfDir == "" then "" else "--sysconfdir=${sysconfDir}"}
${if static then "LDFLAGS=-static" else ""}
--with${if static == true || popt == null then "" else "out"}-included-popt