freeswitch: make pkg-config file usable
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
This commit is contained in:
parent
adc6a81a0f
commit
5b9b5db1b7
1 changed files with 13 additions and 0 deletions
13
net/freeswitch/patches/400-fix-pc-file.patch
Normal file
13
net/freeswitch/patches/400-fix-pc-file.patch
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
--- a/build/freeswitch.pc.in
|
||||||
|
+++ b/build/freeswitch.pc.in
|
||||||
|
@@ -1,8 +1,8 @@
|
||||||
|
prefix=@prefix@
|
||||||
|
exec_prefix=@exec_prefix@
|
||||||
|
-libdir=@libdir@
|
||||||
|
+libdir=${exec_prefix}/lib
|
||||||
|
libexecdir=@libexecdir@
|
||||||
|
-includedir=@includedir@
|
||||||
|
+includedir=${prefix}/include/freeswitch
|
||||||
|
modulesdir=@modulesdir@
|
||||||
|
runtimedir=@runtimedir@
|
||||||
|
logfiledir=@logfiledir@
|
Loading…
Reference in a new issue