summarylogtreecommitdiffstats
path: root/linphone-desktop.patch
diff options
context:
space:
mode:
authorfrealgagu2018-11-07 23:13:14 -0500
committerfrealgagu2018-11-07 23:13:14 -0500
commit3f8e9335c4b92d99bc3eab59706d76c0a35e98b0 (patch)
tree1e0b93697c792fdba0eaa408b7785d5bc8652972 /linphone-desktop.patch
parentcfc8f1238ffc457570ff949993b54443e2c309b5 (diff)
downloadaur-3f8e9335c4b92d99bc3eab59706d76c0a35e98b0.tar.gz
Adding linphone-sdk. Adding patches per module. Compiling in chroot.
Diffstat (limited to 'linphone-desktop.patch')
-rw-r--r--linphone-desktop.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/linphone-desktop.patch b/linphone-desktop.patch
new file mode 100644
index 000000000000..4601079ffdf2
--- /dev/null
+++ b/linphone-desktop.patch
@@ -0,0 +1,14 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index b9d0501d..efda8f09 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -26,6 +26,9 @@ project(linphoneqt VERSION 4.1.1)
+ set(APP_LIBRARY app-library)
+ include(application_info.cmake)
+
++# Pointing RPATH to /opt/linphone-desktop/lib{,64} to be used when installing
++SET(CMAKE_INSTALL_RPATH "/opt/linphone-desktop/lib:/opt/linphone-desktop/lib64")
++
+ # ------------------------------------------------------------------------------
+
+ set(TARGET_NAME linphone-qt)