Author: viric
Date: Wed Jan 19 21:16:40 2011
New Revision: 25633
URL: https://svn.nixos.org/websvn/nix/?rev=25633&sc=1

Log:
pjsua needs the libgcc

Modified:
   nixpkgs/trunk/pkgs/applications/networking/pjsip/default.nix

Modified: nixpkgs/trunk/pkgs/applications/networking/pjsip/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/applications/networking/pjsip/default.nix        Wed Jan 
19 19:33:49 2011        (r25632)
+++ nixpkgs/trunk/pkgs/applications/networking/pjsip/default.nix        Wed Jan 
19 21:16:40 2011        (r25633)
@@ -17,6 +17,9 @@
     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/;
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to