pjsua needs the libgcc

svn path=/nixpkgs/trunk/; revision=25633
This commit is contained in:
Lluís Batlle i Rossell 2011-01-19 21:16:40 +00:00
parent 45f6a2587f
commit 954561a02d

View File

@ -17,6 +17,9 @@ stdenv.mkDerivation rec {
cp pjsip-apps/bin/samples/*/* $out/share/${name}/samples
'';
# We need the libgcc_s.so.1 loadable (for pthread_cancel to work)
dontPatchELF = true;
meta = {
description = "SIP stack and media stack for presence, im, and multimedia communication";
homepage = http://pjsip.org/;