mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
pjsua needs the libgcc
svn path=/nixpkgs/trunk/; revision=25633
This commit is contained in:
parent
45f6a2587f
commit
954561a02d
1 changed files with 3 additions and 0 deletions
|
@ -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/;
|
||||
|
|
Loading…
Reference in a new issue