summaryrefslogtreecommitdiff
path: root/multimedia/librtmp/files/patch-librtmp-librtmp.pc.in
blob: 9e304fc6c3252a8489f7db22d81f8a0ff81ab1e3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- librtmp.pc.in.orig	2013-10-07 03:52:05.000000000 +0900
+++ librtmp.pc.in	2013-10-07 04:00:16.000000000 +0900
@@ -8,6 +8,6 @@
 Version: @VERSION@
 Requires: @CRYPTO_REQ@
 URL: http://rtmpdump.mplayerhq.hu
-Libs: -L${libdir} -lrtmp -lz @PUBLIC_LIBS@
+Libs: -L${libdir} -L@OPENSSLLIB@ -lrtmp -lz @PUBLIC_LIBS@
 Libs.private: @PRIVATE_LIBS@
-Cflags: -I${incdir}
+Cflags: -I${incdir} -I@OPENSSLINC@