Blame SOURCES/libsrtp-2.3.0-shared-test-fix.patch

8102fd
diff -up libsrtp-2.3.0/Makefile.in.test-shared libsrtp-2.3.0/Makefile.in
8102fd
--- libsrtp-2.3.0/Makefile.in.test-shared	2020-10-12 16:00:39.065842309 -0400
8102fd
+++ libsrtp-2.3.0/Makefile.in	2020-10-12 16:01:11.244097667 -0400
8102fd
@@ -196,7 +196,7 @@ ifeq (1, $(HAVE_PCAP))
8102fd
 testapp += test/rtp_decoder$(EXE)
8102fd
 endif
8102fd
 
8102fd
-$(testapp): libsrtp2.a
8102fd
+$(testapp): libsrtp2.$(SHAREDLIBSUFFIX)
8102fd
 
8102fd
 test/rtpw$(EXE): test/rtpw.c test/rtp.c test/util.c test/getopt_s.c \
8102fd
 		crypto/math/datatypes.c
8102fd
diff -up libsrtp-2.3.0/Makefile.test-shared libsrtp-2.3.0/Makefile