pjsua needs the libgcc
svn path=/nixpkgs/trunk/; revision=25633
This commit is contained in:
parent
45f6a2587f
commit
954561a02d
@ -17,6 +17,9 @@ stdenv.mkDerivation rec {
|
|||||||
cp pjsip-apps/bin/samples/*/* $out/share/${name}/samples
|
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 = {
|
meta = {
|
||||||
description = "SIP stack and media stack for presence, im, and multimedia communication";
|
description = "SIP stack and media stack for presence, im, and multimedia communication";
|
||||||
homepage = http://pjsip.org/;
|
homepage = http://pjsip.org/;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user