blob: ca4395df712a2cd61ad9bf3f18aa5eaedc6a13d1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- libsrtp2.pc.in.orig 2014-12-30 16:27:06 UTC
+++ libsrtp2.pc.in
@@ -7,5 +7,6 @@ Name: @PACKAGE_NAME@
Version: @PACKAGE_VERSION@
Description: Library for SRTP (Secure Realtime Transport Protocol)
-Libs: -L${libdir} -lsrtp2 @LIBS@
+Libs: -L${libdir} -lsrtp2
+Libs.private: -lcrypto
Cflags: -I${includedir}
|