Jan Engelhardt
2ad24976d7
OBS-URL: https://build.opensuse.org/package/show/network:telephony/libzrtpcpp?expand=0&rev=37
36 lines
957 B
Diff
36 lines
957 B
Diff
From f100d9583fb0345ebe91959b9310fed3af1602db Mon Sep 17 00:00:00 2001
|
|
X-Git-Clone: git://github.com/tmatth/ZRTPCPP
|
|
From: Tristan Matthews <tristan.matthews@savoirfairelinux.com>
|
|
Date: Mon, 14 Jul 2014 11:31:17 -0400
|
|
Subject: [PATCH] pkg-config: add <includedir>/libzrtcpp to CFLAGS
|
|
|
|
Also remove broken lines that are not required.
|
|
---
|
|
libzrtpcpp.pc.cmake | 4 +---
|
|
1 file changed, 1 insertion(+), 3 deletions(-)
|
|
|
|
diff --git a/libzrtpcpp.pc.cmake b/libzrtpcpp.pc.cmake
|
|
index 655bd30..9676c3d 100644
|
|
--- a/libzrtpcpp.pc.cmake
|
|
+++ b/libzrtpcpp.pc.cmake
|
|
@@ -1,15 +1,13 @@
|
|
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
-pkglibdir=${libdir}/@PACKAGE@
|
|
includedir=@includedir@
|
|
-pkgincludedir=${includedir}/@PACKAGE@
|
|
|
|
Name: libzrtpcpp
|
|
Description: GNU ZRTP core library
|
|
Version: @VERSION@
|
|
Requires: @CRYPTOBACKEND@
|
|
Libs: -L${libdir} -l@zrtplibName@
|
|
-Cflags: -I${includedir}
|
|
+Cflags: -I${includedir} -I${includedir}/libzrtpcpp
|
|
|
|
|
|
--
|
|
2.0.0
|
|
|