From 364190a25ec3e9213ee498ceeed7fe366d30f958 Mon Sep 17 00:00:00 2001 From: Rmys Date: Wed, 18 Dec 2024 21:49:50 +0300 Subject: [PATCH] libsrtp --- network/library/libsrtp/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network/library/libsrtp/actions.py b/network/library/libsrtp/actions.py index 0ac19da928..846b52f3d1 100644 --- a/network/library/libsrtp/actions.py +++ b/network/library/libsrtp/actions.py @@ -10,7 +10,7 @@ from pisi.actionsapi import get def setup(): pisitools.cflags.add("-fPIC") - autotools.autoreconf("-fiv") + #autotools.autoreconf("-fiv") autotools.configure("--enable-openssl \ --enable-nss")