freeswitch: make pkg-config file usable
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
This commit is contained in:
parent
adc6a81a0f
commit
5b9b5db1b7
|
@ -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 New Issue