File: fix-pkg-config.patch

package info (click to toggle)
belle-sip 5.3.105%2Bdfsg-4.1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 12,480 kB
  • sloc: ansic: 276,717; cpp: 3,172; cs: 418; makefile: 185; python: 86; xml: 47; sh: 41; objc: 38; ruby: 8
file content (13 lines) | stat: -rw-r--r-- 383 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- a/belle-sip.pc.in
+++ b/belle-sip.pc.in
@@ -5,9 +5,7 @@
 
 Name: belle-sip 
 Description: A c based implementation of the SIP (RFC 3261)  telephony protocol 
-Requires: bctoolbox
-Requires.private: @REQUIRES_PRIVATE@ @TLS_PC@
 Version: @VERSION@
-Libs: -L@libdir@ -lbellesip
+Libs: -L@CMAKE_INSTALL_FULL_LIBDIR@ -lbelle-sip
 Libs.private: @LIBS_PRIVATE@
 Cflags: -I@includedir@