I remove a commented line for freeswitch parallel build. It failed once

building, for me, with that option, so I take that off.

svn path=/nixpkgs/trunk/; revision=25665
This commit is contained in:
Lluís Batlle i Rossell 2011-01-21 22:12:39 +00:00
parent 8cb0db3589
commit 9df13d6bba

View File

@ -10,8 +10,6 @@ stdenv.mkDerivation rec {
buildInputs = [ ncurses curl pkgconfig gnutls readline openssl perl libjpeg ];
# enableParallelBuilding = true;
meta = {
description = "Cross-Platform Scalable FREE Multi-Protocol Soft Switch";
homepage = http://freeswitch.org/;