From 6042ce4a782598b4d8b4ad99f2fb7e1e93597331 Mon Sep 17 00:00:00 2001 From: Sean Bright Date: Fri, 24 May 2024 10:27:32 -0400 Subject: [PATCH] bundled_pjproject: Disable UPnP support. Fixes #747 (cherry picked from commit ff510c644a4a5920fdeabf196da49b055877be4e) --- third-party/pjproject/Makefile.rules | 1 + 1 file changed, 1 insertion(+) diff --git a/third-party/pjproject/Makefile.rules b/third-party/pjproject/Makefile.rules index e76a753e58..e1a9a2248f 100644 --- a/third-party/pjproject/Makefile.rules +++ b/third-party/pjproject/Makefile.rules @@ -36,6 +36,7 @@ PJPROJECT_CONFIG_OPTS = $(PJPROJECT_CONFIGURE_OPTS) --prefix=/opt/pjproject \ --disable-openh264 \ --disable-ipp \ --disable-libwebrtc \ + --disable-upnp \ --without-external-pa \ --without-external-srtp