mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-im/kadu: Make rpath absolute, bug 614202.
Package-Manager: Portage-2.3.8, Repoman-2.3.4
This commit is contained in:
12
net-im/kadu/files/kadu-4.3-fix-plugins-rpath.patch
Normal file
12
net-im/kadu/files/kadu-4.3-fix-plugins-rpath.patch
Normal file
@@ -0,0 +1,12 @@
|
||||
diff -ruN kadu-4.3/cmake/KaduMacros.cmake my/cmake/KaduMacros.cmake
|
||||
--- kadu-4.3/cmake/KaduMacros.cmake 2017-01-24 22:36:21.000000000 +0100
|
||||
+++ my/cmake/KaduMacros.cmake 2017-11-03 03:24:17.827054622 +0100
|
||||
@@ -221,7 +221,7 @@
|
||||
|
||||
if (NOT WIN32)
|
||||
set_target_properties (${KADU_PLUGIN_NAME} PROPERTIES
|
||||
- INSTALL_RPATH "${KADU_INSTALL_LIB_DIR}/kadu"
|
||||
+ INSTALL_RPATH "${KADU_INSTALL_PREFIX}/${KADU_INSTALL_LIB_DIR}/kadu"
|
||||
BUILD_WITH_INSTALL_RPATH TRUE
|
||||
)
|
||||
endif ()
|
||||
@@ -102,6 +102,7 @@ word_fix
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}/${PN}-4.3-do-not-force-ccache.patch"
|
||||
"${FILESDIR}/${PN}-4.3-fix-plugins-rpath.patch"
|
||||
)
|
||||
|
||||
src_configure() {
|
||||
|
||||
Reference in New Issue
Block a user