summaryrefslogtreecommitdiff
path: root/devel/libzrtpcpp/files/patch-libzrtpcpp.pc.cmake
blob: 44336d089c45ecc2128616bcda0576b66121ec11 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Do not depend on the crypto "package", which would not be known
to pkgconfig if base OpenSSL is used.

The shared library installed already links with -lcrypto.

	-mi

--- libzrtpcpp.pc.cmake	2013-07-01 05:10:34.000000000 -0400
+++ libzrtpcpp.pc.cmake	2015-03-06 16:19:00.000000000 -0500
@@ -9,7 +9,4 @@
 Description: GNU ZRTP core library
 Version: @VERSION@
-Requires: @CRYPTOBACKEND@
 Libs:  -L${libdir} -l@zrtplib@
 Cflags: -I${includedir}
-
-