pjsip: enable building shared libraries

This commit is contained in:
Bob van der Linden 2023-02-03 15:17:47 +01:00
parent 237abc78ec
commit c2a0dc782d
No known key found for this signature in database
GPG Key ID: EEBE8E3EC4A31364

View File

@ -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