srtp: build as shared library
This commit is contained in:
parent
1715e3643b
commit
5a04d38ca6
@ -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 New Issue
Block a user