srtp: build as shared library
This commit is contained in:
parent
1715e3643b
commit
5a04d38ca6
1 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,8 @@ stdenv.mkDerivation rec {
|
|||
"--disable-debug"
|
||||
] ++ optional (openssl != null) "--enable-openssl";
|
||||
|
||||
buildFlags = [ "shared_library" ];
|
||||
|
||||
postInstall = ''
|
||||
rm -rf $out/bin
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue