From f8546636144688d6b2634170eefdd48587a52802 Mon Sep 17 00:00:00 2001
From: Olivier Dion <olivier.dion@savoirfairelinux.com>
Date: Fri, 7 Oct 2022 15:27:54 -0400
Subject: [PATCH] tests/sip/Makefile: Tests have to be compiled against static
 version

Change-Id: I995b422ca3d078b02cf560056edeeacc35628a70
---
 test/sip/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/sip/Makefile.am b/test/sip/Makefile.am
index 04fe442691..bdb5e3f302 100644
--- a/test/sip/Makefile.am
+++ b/test/sip/Makefile.am
@@ -2,7 +2,7 @@
 include $(top_srcdir)/globals.mk
 
 AM_CXXFLAGS += -I$(top_srcdir)/src
-AM_LDFLAGS += $(CPPUNIT_LIBS) $(top_builddir)/src/libjami.la
+AM_LDFLAGS += $(CPPUNIT_LIBS) $(top_builddir)/src/libjami.la -static
 
 check_PROGRAMS = ut_sip
 ut_sip_SOURCES = sip.cpp test_SIP.h test_SIP.cpp
-- 
GitLab