about summary refs log tree commit diff
path: root/pkgs/applications/networking/pjsip
diff options
context:
space:
mode:
authorBob van der Linden <bobvanderlinden@gmail.com>2023-02-03 15:17:47 +0100
committerBob van der Linden <bobvanderlinden@gmail.com>2023-02-11 21:42:55 +0100
commitc2a0dc782d5036dd71302d83ea9e79109442dd17 (patch)
treedfd2345c512939e547bcafe5b6542bf51744a82e /pkgs/applications/networking/pjsip
parent237abc78ec6bd915207a481f7b8f1f8941a9624f (diff)
pjsip: enable building shared libraries
Diffstat (limited to 'pkgs/applications/networking/pjsip')
-rw-r--r--pkgs/applications/networking/pjsip/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/networking/pjsip/default.nix b/pkgs/applications/networking/pjsip/default.nix
index 781b8462a3927..33747e2d669b2 100644
--- a/pkgs/applications/networking/pjsip/default.nix
+++ b/pkgs/applications/networking/pjsip/default.nix
@@ -54,6 +54,8 @@ stdenv.mkDerivation rec {
   outputs = [ "out" ]
     ++ lib.optional pythonSupport "py";
 
+  configureFlags = [ "--enable-shared" ];
+
   postInstall = ''
     mkdir -p $out/bin
     cp pjsip-apps/bin/pjsua-* $out/bin/pjsua