pjsip: enable building shared libraries
This commit is contained in:
parent
237abc78ec
commit
c2a0dc782d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user