[packages/ortp] - missing patch
qboosh
qboosh at pld-linux.org
Mon Jun 14 20:12:44 CEST 2021
commit e9ca5b507b9315ef5e938db5e924736001185314
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Mon Jun 14 20:15:35 2021 +0200
- missing patch
ortp-pc.patch | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
---
diff --git a/ortp-pc.patch b/ortp-pc.patch
new file mode 100644
index 0000000..370b27b
--- /dev/null
+++ b/ortp-pc.patch
@@ -0,0 +1,17 @@
+--- ortp-4.5.15/CMakeLists.txt.orig 2021-03-23 14:09:09.000000000 +0100
++++ ortp-4.5.15/CMakeLists.txt 2021-06-14 06:27:02.859775151 +0200
+@@ -190,11 +190,11 @@
+
+
+ set(prefix ${CMAKE_INSTALL_PREFIX})
+-set(exec_prefix ${prefix}/bin)
+-set(libdir ${prefix}/lib)
++set(exec_prefix ${prefix})
++set(libdir ${prefix}/lib${LIB_SUFFIX})
+ set(includedir ${prefix}/include)
+ set(ORTP_PKGCONFIG_VERSION "${ORTP_VERSION}")
+-set(ORTPDEPS_LIBS )
++set(ORTPDEPS_LIBS -lbctoolbox)
+
+ configure_file(${CMAKE_CURRENT_SOURCE_DIR}/ortp.pc.in ${CMAKE_CURRENT_BINARY_DIR}/ortp.pc)
+ install(FILES ${CMAKE_CURRENT_BINARY_DIR}/ortp.pc DESTINATION "${CMAKE_INSTALL_LIBDIR}/pkgconfig")
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ortp.git/commitdiff/e9ca5b507b9315ef5e938db5e924736001185314
More information about the pld-cvs-commit
mailing list