nheko/nheko-drop-rpath.patch

22 lines
598 B
Diff
Raw Normal View History

2018-06-03 13:43:33 +00:00
From 73575d75621855e910564cece5166d71ef02d559 Mon Sep 17 00:00:00 2001
2018-02-02 13:35:59 +00:00
From: Vitaly Zaitsev <vitaly@easycoding.org>
Date: Sat, 16 Dec 2017 18:20:43 +0100
2018-03-05 10:26:26 +00:00
Subject: [PATCH 2/2] Remove rpath.
2018-02-02 13:35:59 +00:00
---
CMakeLists.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/CMakeLists.txt b/CMakeLists.txt
2018-06-03 13:43:33 +00:00
index fffe0f7..93c1843 100644
2018-02-02 13:35:59 +00:00
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
2018-05-24 12:31:38 +00:00
@@ -361,3 +361,4 @@ if(UNIX AND NOT APPLE)
2018-02-02 13:35:59 +00:00
COMMAND ${CMAKE_COMMAND} -P ${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake)
endif()
endif()
+set_target_properties(nheko PROPERTIES SKIP_BUILD_RPATH TRUE)
--
2018-05-24 12:31:38 +00:00
2.17.0
2018-02-02 13:35:59 +00:00